Tag: django
-
A better way to manage settings.py in your Django projects
I use the term "environment" quite a lot in this article. If you’re not aware of what that means, or just want to be sure that I use it in the same way as you do, look at the definition I give at the end of the article. settings.py is a core file in Django…