Skip to content

Commit 24800f0

Browse files
committed
Add missing slash.
- Legacy-Id: 567
1 parent 3923233 commit 24800f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
# Absolute path to the directory that holds media.
5555
# Example: "/home/media/media.lawrence.com/"
56-
MEDIA_ROOT = BASE_DIR + "../static/"
56+
MEDIA_ROOT = BASE_DIR + "/../static/"
5757

5858
# URL that handles the media served from MEDIA_ROOT.
5959
# Example: "http://media.lawrence.com"

0 commit comments

Comments
 (0)