Use gnuviechadmin.settings

Specific settings have been removed, they are now triggerd by the
GVA_ENVIRONMENT variable.
This commit is contained in:
Jan Dittberner 2019-01-30 21:08:14 +01:00
parent 96a8e0e995
commit ddec6b4184
3 changed files with 2 additions and 26 deletions

View file

@ -4,7 +4,7 @@ import sys
if __name__ == "__main__":
os.environ.setdefault(
"DJANGO_SETTINGS_MODULE", "gnuviechadmin.settings.local")
"DJANGO_SETTINGS_MODULE", "gnuviechadmin.settings")
from django.core.management import execute_from_command_line