summaryrefslogtreecommitdiff
path: root/scipy
diff options
context:
space:
mode:
Diffstat (limited to 'scipy')
-rw-r--r--scipy/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scipy/settings.py b/scipy/settings.py
index e0d3451..db3f2b7 100644
--- a/scipy/settings.py
+++ b/scipy/settings.py
@@ -55,12 +55,12 @@ USE_TZ = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/var/www/example.com/media/"
-MEDIA_ROOT = join(PROJDIR, '../static')
+MEDIA_ROOT = join(PROJDIR, '../static/')
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.
# Examples: "http://example.com/media/", "http://media.example.com/"
-MEDIA_URL = '/static/downloads/'
+MEDIA_URL = '/downloads/'
# Absolute path to the directory static files should be collected to.
# Don't put anything in this directory yourself; store your static files