======
README
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.
.. image:: https://travis-ci.org/django-waffle/django-waffle.svg?branch=master
:target: https://travis-ci.org/django-waffle/django-waffle
:alt: Travis-CI Build Status
.. image:: https://badge.fury.io/py/django-waffle.svg
:target: https://badge.fury.io/py/django-waffle
:alt: PyPI status badge
:Code: https://github.com/django-waffle/django-waffle
:License: BSD; see LICENSE file
:Issues: https://github.com/django-waffle/django-waffle/issues
:Documentation: https://waffle.readthedocs.io/