summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appstore/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/appstore/settings.py b/appstore/settings.py
index 82194d7..d800f4d 100644
--- a/appstore/settings.py
+++ b/appstore/settings.py
@@ -95,7 +95,7 @@ STATIC_URL = '/static/'
# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
-MEDIA_ROOT = '/home/sandman/git/appstore-server/media/'
+MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')
# 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).