move media root
This commit is contained in:
parent
960309a8ea
commit
223cfd2ab7
2 changed files with 19 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue