Open johanvdw opened 2 years ago
Rather than importing local_settings at the end of settings.py, I think we should use the environment variable DJANGO_SETTINGS_MODULE to set the local_settings file, and in that file import the normal settings and make any local changes.
Rather than importing local_settings at the end of settings.py, I think we should use the environment variable DJANGO_SETTINGS_MODULE to set the local_settings file, and in that file import the normal settings and make any local changes.