Add missing slash.

- Legacy-Id: 567
This commit is contained in:
Bill Fenner 2007-06-20 22:50:01 +00:00
parent 3923233740
commit 24800f090b

View file

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