Home
Softono
django-waffle

django-waffle

Open source BSD-3-Clause Python
1.2K
Stars
265
Forks
58
Issues
23
Watchers
1 week
Last Commit

About django-waffle

A feature flipper for Django

Platforms

Web Self-hosted

Languages

Python

====== 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/actions/workflows/python-package.yml/badge.svg :target: https://github.com/django-waffle/django-waffle/actions/workflows/python-package.yml :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/django-waffle/django-waffle/branch/master/graph/badge.svg :target: https://codecov.io/gh/django-waffle/django-waffle :alt: Codecov

: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/