Django Waffle
Feature flipper for Django that lets you roll out features conditionally by user, group, or sample.
Why consider Django Waffle?
Django Waffle is an open-source feature flipping framework for Django applications written in Python. It provides Flags (boolean switches by user/group), Switches (global booleans), and Samples (percentages of requests), managed via Django Admin or CLI with Redis caching.
Learn Django Waffle by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Django Waffle
Django Waffle injects template tags and middleware decorators to guard Django views behind dynamic flags.
Quickstart
pip install django-waffleDjango Waffle is licensed under the BSD-3-Clause License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.