disqus / gargoyle

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

Readme does not explain what happens with switched-off view #7

Closed carver closed 13 years ago

carver commented 13 years ago

In the case where a view has a gargoyle switch decorator, it's not clear what happens if the switch is "off" for the user. Will it return a 404? A one-sentence explanation in the readme should be sufficient.