cfpb / django-flags

Feature flags for Django projects
https://cfpb.github.io/django-flags/
Creative Commons Zero v1.0 Universal
260 stars 32 forks source link

Split out pure-Django feature flags from Wagtail-flags #1

Closed willbarton closed 6 years ago

willbarton commented 6 years ago

This PR removes references to Wagtail-Flags and makes the library independent of Wagtail so that it can be used with plain Django, addressing https://github.com/cfpb/wagtail-flags/issues/28.

willbarton commented 6 years ago

This PR also moves the documentation from a huge single-page README into readthedocs style documentation: http://cfpb.github.io/django-flags (with CFPB colors).

willbarton commented 6 years ago

@higs4281 Thanks for the review of the docs! I'll add your language to the intro page and finding more wagtails to purge.

I think the "Edit on GitHub" link looks like it'll be correct when the docs are on master.

willbarton commented 6 years ago

@higs4281 another good call, thanks!