Re: Beginning with a feature flag system

2014-07-09 Thread Lee
Godjango has a short video on waffle. Might be enough to give you an idea on how to use it https://godjango.com/31-django-waffle/ I've not watched it myself yet though -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: Beginning with a feature flag system

2014-07-07 Thread sk
Hello George, Thank you. I was going through the documentation sometime back. Do you know if there is an "Hello World" example that uses Django waffle? I am not able to determine what changes need to be done to make a simple django project work. Regards, spk265 On Monday, July 7, 2014

Re: Beginning with a feature flag system

2014-07-07 Thread George Silva
Django Waffle is very good. On Mon, Jul 7, 2014 at 5:07 PM, sk wrote: > Hello All, > > I would like to try out one of the feature flag libraries available for > Django. So far I have come across Gargoyle - a feature flag library and > cannot wrap my head around as to how it

Beginning with a feature flag system

2014-07-07 Thread sk
Hello All, I would like to try out one of the feature flag libraries available for Django. So far I have come across Gargoyle - a feature flag library and cannot wrap my head around as to how it should be implemented. Does anyone know of any tutorial or can guide me how to go about it? If