disqus / gargoyle

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

Added inheritance (backend) by using child:parent key naming scheme #29

Closed dcramer closed 12 years ago

dcramer commented 12 years ago

This adds basic inheritance by using : separators for key names.

For example, if you had a key named:

``` my_feature

And a child named:

my_feature:child

You could disable the my_feature switch, which would force all children to be disabled.