From ab373eb3e4b4dcd4bbb814d0967f9c5d0442702e Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 9 Oct 2013 15:12:42 +0530 Subject: updating wsgi --- scipy/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy/wsgi.py b/scipy/wsgi.py index 3e48e88..593d8dc 100644 --- a/scipy/wsgi.py +++ b/scipy/wsgi.py @@ -16,7 +16,7 @@ framework. import os import sys -sys.path.append("/Site/SciPy-India/scipy2013/") +sys.path.append("/Site/SciPy2013/") # 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