jazzband / django-configurations

A helper for organizing Django project settings by relying on well established programming patterns.
https://django-configurations.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.1k stars 143 forks source link

Documentation request: walk through converting a settings-based app to configurations #388

Open offbyone opened 4 months ago

offbyone commented 4 months ago

I have an app that has a settings.py where it has a lot of environment-driven configuration; I'd love to have a walkthrough for converting it to django-configurations, ideally incrementally.

I will probably try it out myself, but it would be great if there were documentation that covered this process.