Sunday, October 9, 2011

Feature Flip for Continuous Deployment? Django Intruder


Most popular tools to activate and dsactivate features in Django are intrusive, in other words, it is necessary to include an additional code to make possible a feature to be disabled or enabled. This approach is interesting, but complex to solve a simple problem, besides that it is not a 100% dynamic solution.

Django Intruder is a simple solution and unobtrusive to the application. Without any extra code it is possible to disable any request to the Web site.

http://code.google.com/p/django-intruder/

http://pypi.python.org/pypi/django-intruder

1 comment: