diff options
author | Jayaram Pai | 2013-10-10 16:13:13 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-10-10 16:13:13 +0530 |
commit | 11cd9792568f357549b645a4d91a9efe72777b07 (patch) | |
tree | 43c6c531242c56bfb0158071a12e53b04ffe9dd0 | |
parent | f8b2ab53bf8d7d020534778245025161c851fbcd (diff) | |
download | SciPy2012-11cd9792568f357549b645a4d91a9efe72777b07.tar.gz SciPy2012-11cd9792568f357549b645a4d91a9efe72777b07.tar.bz2 SciPy2012-11cd9792568f357549b645a4d91a9efe72777b07.zip |
changed wsgi.py to work on the server.
-rwxr-xr-x | scipy2012/wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy2012/wsgi.py b/scipy2012/wsgi.py index ee37abe..9327e62 100755 --- a/scipy2012/wsgi.py +++ b/scipy2012/wsgi.py @@ -16,7 +16,7 @@ framework. import os import sys -sys.path.append("/Site/SciPy2012/") +sys.path.append("/Site/Scipy/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 |