diff options
author | Cheese Cookie | 2013-11-04 11:22:21 +0530 |
---|---|---|
committer | Cheese Cookie | 2013-11-04 11:22:21 +0530 |
commit | 17ecff4969f981cdaaa9b0b3a5899aafbf0c54e5 (patch) | |
tree | 6ec4a596f94cd7bcce5e653d195484cdd6d3fcd2 /scipy | |
parent | f1c17484fbb6bfd85f24479261416884d4af0251 (diff) | |
download | SciPy2013-17ecff4969f981cdaaa9b0b3a5899aafbf0c54e5.tar.gz SciPy2013-17ecff4969f981cdaaa9b0b3a5899aafbf0c54e5.tar.bz2 SciPy2013-17ecff4969f981cdaaa9b0b3a5899aafbf0c54e5.zip |
changed wsgi
Diffstat (limited to 'scipy')
-rw-r--r-- | scipy/wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/wsgi.py b/scipy/wsgi.py index 15526be..35cde41 100644 --- a/scipy/wsgi.py +++ b/scipy/wsgi.py @@ -22,7 +22,7 @@ sys.path.append("/Site/Scipy/SciPy2013/") # if running multiple sites in the same mod_wsgi process. To fix this, use # mod_wsgi daemon mode with each site in its own daemon process, or use # os.environ["DJANGO_SETTINGS_MODULE"] = "scipy.settings" -os.environ.setdefault("DJANGO_SETTINGS_MODULE", "scipy.settings") +os.environ["DJANGO_SETTINGS_MODULE"] = "scipy.settings" # This application object is used by any WSGI server configured to use this # file. This includes Django's development server, if the WSGI_APPLICATION |