disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
746 stars 112 forks source link

Adding switch for include in urls #27

Open martino opened 12 years ago

martino commented 12 years ago

Now with "switch_is_active" is possible to put a single view behind a switch, can I put an include behind a switch?

Something like this: ('^url', switch_is_active('name')(include('app/urls.py'))

vad commented 12 years ago

+1