Skip to main content

A simple Django app based on Feature Toggle described by Martin Fowler.

Project description

=====
Feature Toggle
=====

Feature Toggle is a simple Django app based on the patter proposed by Martin Fowler
Detailed documentation is in the "docs" directory.

Quick start
-----------
1. Install the package pip install git@github.com:thulasi-ram/django-feature-toggle.git

2. Add "feature_toggle" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'feature_toggle',
]

3. Run `python manage.py migrate` to create the models required feature_toggle.

4. Start you app to use the feature_toggle

Read more on https://thulasi-ram.github.io/django-feature-toggle
----------------------------------------------------------------

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-feature-toggle-0.1.1.tar.gz (350.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page