Skip to main content

A feature flipper for Django.

Project description

Django Waffle is (yet another) feature flipper for Django. You can define the conditions for which a flag should be active, and use it in a number of ways.

Travis-CI Build Status
Code:

https://github.com/jsocol/django-waffle

License:

BSD; see LICENSE file

Issues:

https://github.com/jsocol/django-waffle/issues

Documentation:

http://waffle.readthedocs.org/

# Contributing to Waffle Waffle is pretty simple to hack, and has a decent test suite! Here’s how to hack Waffle, add tests, run them, and contribute changes.

  1. Clone this repo

2. Set Up Setting up an environment is easy! You’ll want virtualenv and pip, then just create a new virtual environment and install the requirements:

$ mkvirtualenv waffle $ pip install -r requirements.txt Done!

3. Running Things Waffle comes with a helper shell script to run tests and create schema migrations: run.sh. To run the tests, just:

$ ./run.sh test Run the script with no arguments to see all the options.

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-waffle-session-0.2.2.tar.gz (19.0 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