Concrete Settings: a new way to manage configurations in Python projects
Posted on 11 July 2020 in Articles • Tagged with programming, library, python, concrete settings • 5 min read
After two years of developing a hobby project, I am proud to announce Concrete Settings - a new configuration management library for Python projects.
Concrete Settings was born as an effort to improve configuration handling in a huge decade-old Django application with exceedingly bloated settings.py. Remember that settings.py starts …
Continue reading