diff options
author | hardythe1 | 2013-10-09 15:14:50 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-09 15:14:50 +0530 |
commit | 1ce3a401fc6658e76ee9b0234094b116dddf14a0 (patch) | |
tree | e4443179a9f4c923680d162f75d4b540f65b1cb1 | |
parent | c02e32aa54933e386819cf3928ef02963c32b278 (diff) | |
download | SciPy2012-1ce3a401fc6658e76ee9b0234094b116dddf14a0.tar.gz SciPy2012-1ce3a401fc6658e76ee9b0234094b116dddf14a0.tar.bz2 SciPy2012-1ce3a401fc6658e76ee9b0234094b116dddf14a0.zip |
updating wsgi
-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 |