summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpytask/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytask/settings.py b/pytask/settings.py
index 61b5cf7..6d044e8 100755
--- a/pytask/settings.py
+++ b/pytask/settings.py
@@ -60,7 +60,7 @@ USE_L10N = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/"
-MEDIA_ROOT = os.path.join(os.path.dirname(__file__), 'media')
+MEDIA_ROOT = os.path.join(os.path.dirname(__file__), 'uploads')
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).