https://github.com/jazzband/django-waffle
A feature flipper for Django
https://github.com/jazzband/django-waffle
feature-flags
Last synced: 21 days ago
JSON representation
A feature flipper for Django
- Host: GitHub
- URL: https://github.com/jazzband/django-waffle
- Owner: jazzband
- License: bsd-3-clause
- Created: 2011-01-23T17:42:09.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T17:17:34.000Z (24 days ago)
- Last Synced: 2025-05-13T10:04:51.817Z (23 days ago)
- Topics: feature-flags
- Language: Python
- Homepage: https://waffle.readthedocs.io
- Size: 612 KB
- Stars: 1,168
- Watchers: 23
- Forks: 260
- Open Issues: 48
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-django - django-waffle - A feature flipper for Django. (Third-Party Packages / Testing)
- best-of-web-python - GitHub - 20% open · ⏱️ 06.05.2024): (Django Utilities)
README
======
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://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
.. image:: https://github.com/jazzband/django-waffle/workflows/Python%20package/badge.svg?branch=master
:target: https://github.com/jazzband/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
.. image:: https://img.shields.io/readthedocs/waffle
:target: https://app.readthedocs.org/projects/waffle
:alt: Read the Docs
.. image:: https://codecov.io/gh/jazzband/django-waffle/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jazzband/django-waffle
:alt: Codecov:Code: https://github.com/jazzband/django-waffle
:License: BSD; see LICENSE file
:Issues: https://github.com/jazzband/django-waffle/issues
:Documentation: https://waffle.readthedocs.io/