Using the production settings as the default in wsgi.py. 29/head
authorLucian Ursu <lucian.ursu@gmail.com>
Sat, 12 Jan 2013 10:59:48 +0000 (12:59 +0200)
committerLucian Ursu <lucian.ursu@gmail.com>
Sat, 12 Jan 2013 10:59:48 +0000 (12:59 +0200)
karmaworld/wsgi.py

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