summaryrefslogtreecommitdiff
path: root/apache/staging.wsgi
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-01-20 11:09:37 +0200
committerYuval Adam <yuv.adm@gmail.com>2011-01-20 11:09:37 +0200
commit5a0d324b9ecf9ec88a772bf7fc92e5b14c0c60de (patch)
tree814deefee8f9025ddffeae13f21172f5ebdc9fec /apache/staging.wsgi
parentf6b389233e2d8ac3b4d29322d86fceb2e2de7a37 (diff)
renames
Diffstat (limited to 'apache/staging.wsgi')
-rw-r--r--apache/staging.wsgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache/staging.wsgi b/apache/staging.wsgi
index 33e898a..5462d0b 100644
--- a/apache/staging.wsgi
+++ b/apache/staging.wsgi
@@ -6,7 +6,7 @@ PROJECT_ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
site_packages = os.path.join(PROJECT_ROOT, 'env/lib/python2.6/site-packages')
site.addsitedir(os.path.abspath(site_packages))
sys.path.insert(0, PROJECT_ROOT)
-os.environ['DJANGO_SETTINGS_MODULE'] = 'generic_django.settings'
+os.environ['DJANGO_SETTINGS_MODULE'] = 'fooz.settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler() \ No newline at end of file