Small display/ordering fixes
This commit is contained in:
parent
f0f9458517
commit
9b72ac51a1
2 changed files with 4 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ USE_TZ = False
|
|||
|
||||
# Absolute filesystem path to the directory that will hold user-uploaded files.
|
||||
# Example: "/home/media/media.lawrence.com/media/"
|
||||
MEDIA_ROOT = ''
|
||||
MEDIA_ROOT = os.path.join(PROJECT_PATH, 'media')
|
||||
|
||||
# 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