Browse Source

Updated default config.

Ralfp 12 years ago
parent
commit
6a754f7683
1 changed files with 1 additions and 1 deletions
  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