From 1ce3a401fc6658e76ee9b0234094b116dddf14a0 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 9 Oct 2013 15:14:50 +0530 Subject: updating wsgi --- scipy2012/wsgi.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scipy2012/wsgi.py b/scipy2012/wsgi.py index 55b27fd..ee37abe 100755 --- a/scipy2012/wsgi.py +++ b/scipy2012/wsgi.py @@ -14,6 +14,9 @@ framework. """ import os +import sys + +sys.path.append("/Site/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