summaryrefslogtreecommitdiff
path: root/stapp
diff options
context:
space:
mode:
Diffstat (limited to 'stapp')
-rw-r--r--stapp/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stapp/settings.py b/stapp/settings.py
index 986bb7d..63e4b78 100644
--- a/stapp/settings.py
+++ b/stapp/settings.py
@@ -36,7 +36,7 @@ USE_L10N = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
-MEDIA_ROOT = os.path.join(PROJECT_DIR, "media"),
+MEDIA_ROOT = os.path.join(PROJECT_DIR, "media")
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.