Keeping Django Settings Generic
Warning: Geeky Coding Post
I have worked on a number of Django projects and settings.py is always a problem. This is the configuration file with information like how to connect to the database and what Django apps to install. Some of this information is …