Closed willbarton closed 5 years ago
This should provide info about which flags are checked on this request, not just what are enabled.
This should provide info about which flags are checked on this request, not just what are enabled.
That will be a separate panel, and in a separate PR. This PR is good to review.
This PR adds a Feature Flags panel for Django Debug Toolbar that will display all available flags, their conditions, and whether they're enabled or disabled for the current request.
It looks like this:
Ultimately it makes available in Django a view of all conditions similar to what we provide with Wagtail-Flags.