Ralfp 12 лет назад
Родитель
Сommit
6a754f7683
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deployment/wsgi.py

+ 1 - 1
deployment/wsgi.py

@@ -15,7 +15,7 @@ framework.
 """
 import os
 
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "dev.settings")
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "deployment.settings")
 
 # This application object is used by any WSGI server configured to use this
 # file. This includes Django's development server, if the WSGI_APPLICATION