summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/gentoo_main/wsgi.py.conf')
-rw-r--r--python/gentoo_main/wsgi.py.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gentoo_main/wsgi.py.conf b/python/gentoo_main/wsgi.py.conf
index 8a289b8..f3b7191 100644
--- a/python/gentoo_main/wsgi.py.conf
+++ b/python/gentoo_main/wsgi.py.conf
@@ -16,7 +16,7 @@ framework.
import os
import sys
sys.path.append('/home/zorry/zobsc/frontend/python')
-os.environ['DJANGO_SETTINGS_MODULE'] = 'tinderbox.settings'
+os.environ['DJANGO_SETTINGS_MODULE'] = 'gentoo_main.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