diff options
Diffstat (limited to 'scipy2012/wsgi.py')
-rwxr-xr-x | scipy2012/wsgi.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |