Feature Flags
We now use django-waffle for feature flags. You must define your feature flag in the admin ui (or via a data migration) then you can reference it throughout your code.
Please use constants to avoid mistakes.
We now use django-waffle for feature flags. You must define your feature flag in the admin ui (or via a data migration) then you can reference it throughout your code.
Please use constants to avoid mistakes.