Change the way settings are stored
Taking information from cookiecutter-django and the ability to specify DJANGO_SETTINGS_MODULE
at runtime, this is a big re-org to make it (hopefully) easier to track which settings are in effect. The options for settings are
-
web_reflectivity.settings.unittest
for running the unit tests outside of docker -
web_reflectivity.settings.develop
for running locally inside of docker -
web_reflectivity.settings.test
for remote test enviroment -
web_reflectivity.settings.prod
for production
Edited by Peterson, Peter