gargoyle 0.10.8
gargoyle is a platform for dealing with feature toggles in Django.Install it:pip install gargoyleEnable it:If you dont have Nexus already enabled, you will need to do that first:# settings.pyINSTALLED_APPS = ( ... 'nexus',)# urls.pyimport...