summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12013-10-09 15:14:50 +0530
committerhardythe12013-10-09 15:14:50 +0530
commit1ce3a401fc6658e76ee9b0234094b116dddf14a0 (patch)
treee4443179a9f4c923680d162f75d4b540f65b1cb1
parentc02e32aa54933e386819cf3928ef02963c32b278 (diff)
downloadSciPy2012-1ce3a401fc6658e76ee9b0234094b116dddf14a0.tar.gz
SciPy2012-1ce3a401fc6658e76ee9b0234094b116dddf14a0.tar.bz2
SciPy2012-1ce3a401fc6658e76ee9b0234094b116dddf14a0.zip
updating wsgi
-rwxr-xr-xscipy2012/wsgi.py3
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