Add missing slash.
- Legacy-Id: 567
This commit is contained in:
parent
3923233740
commit
24800f090b
|
@ -53,7 +53,7 @@ USE_I18N = True
|
|||
|
||||
# Absolute path to the directory that holds media.
|
||||
# Example: "/home/media/media.lawrence.com/"
|
||||
MEDIA_ROOT = BASE_DIR + "../static/"
|
||||
MEDIA_ROOT = BASE_DIR + "/../static/"
|
||||
|
||||
# URL that handles the media served from MEDIA_ROOT.
|
||||
# Example: "http://media.lawrence.com"
|
||||
|
|
Loading…
Reference in a new issue