Skip to main content

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

Project description

Feature Toggle is a simple Django app based on the behavioural pattern Feature Toggle proposed by Martin Fowler.

Detailed documentation is here .

Quickstart

  1. Install the package pip install django-feature-toggle

  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 your app to use the 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.2.tar.gz (358.1 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