Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzband/django-waffle
A feature flipper for Django
https://github.com/jazzband/django-waffle
feature-flags
Last synced: 2 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T16:51:42.000Z (2 months ago)
- Last Synced: 2024-10-29T15:34:19.590Z (about 2 months ago)
- Topics: feature-flags
- Language: Python
- Homepage: https://waffle.readthedocs.io
- Size: 587 KB
- Stars: 1,128
- Watchers: 26
- Forks: 257
- Open Issues: 45
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- 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: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/