move media root

This commit is contained in:
j 2013-02-12 13:37:16 +05:30
commit 223cfd2ab7
2 changed files with 19 additions and 12 deletions

View file

@ -52,7 +52,7 @@ USE_TZ = True
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
MEDIA_ROOT = join(PROJECT_ROOT, 'media')
MEDIA_ROOT = join(PROJECT_ROOT, 'data')
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.