Small display/ordering fixes

This commit is contained in:
Claude Paroz 2012-11-22 17:48:41 +01:00
parent f0f9458517
commit 9b72ac51a1
2 changed files with 4 additions and 3 deletions

View file

@ -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.