disqus / gargoyle

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

Added the ability to pass in custom objects to the ifswitch template tag. #22

Closed christian-oudard closed 12 years ago

christian-oudard commented 12 years ago

We use a custom condition set to switch some functionality based on subdomain, and we had to make this modification in order to use the {% ifswitch %} template tag along with it.