Project: django-waffle

A feature flipper for Django.

Project Details

Latest version
4.1.0
Home Page
PyPI Page
https://pypi.org/project/django-waffle/

Project Popularity

PageRank
0.006232482799727272
Number of downloads
269390

====== 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://github.com/django-waffle/django-waffle/workflows/Python%20package/badge.svg?branch=master :target: https://github.com/django-waffle/django-waffle/actions :alt: 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/