diff options
-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 |