Skip to content

Commit 5674f43

Browse files
authored
Merge pull request #1 from nishutosh/new
Update settings.py
2 parents 1c6418b + c844f46 commit 5674f43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

emd/edm/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import os
1414

15+
1516
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
1617
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
1718

@@ -125,4 +126,4 @@
125126

126127
STATIC_URL = '/static/'
127128
MEDIA_URL='/media/'
128-
MEDIA_ROOT=os.path.join(BASE_DIR,'edmtour\media')
129+
MEDIA_ROOT=os.path.join(BASE_DIR,'edmtour\media')

0 commit comments

Comments
 (0)