From 11cd9792568f357549b645a4d91a9efe72777b07 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Thu, 10 Oct 2013 16:13:13 +0530 Subject: changed wsgi.py to work on the server. --- scipy2012/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy2012/wsgi.py b/scipy2012/wsgi.py index ee37abe..9327e62 100755 --- a/scipy2012/wsgi.py +++ b/scipy2012/wsgi.py @@ -16,7 +16,7 @@ framework. import os import sys -sys.path.append("/Site/SciPy2012/") +sys.path.append("/Site/Scipy/SciPy2012/") # We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks # if running multiple sites in the same mod_wsgi process. To fix this, use -- cgit