Skip to content

Commit 62f398e

Browse files
committed
update!
1 parent 80a6d79 commit 62f398e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_ru/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
# if not sys.argv[0].endswith('py.test'):
145145
# STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
146146

147-
MEDIA_ROOT = os.path.join(BASE_DIR, '../media')
147+
MEDIA_ROOT = os.path.join(BASE_DIR, '../../media')
148148
MEDIA_URL = '/media/'
149149
CKEDITOR_UPLOAD_PATH = 'uploads/'
150150

0 commit comments

Comments
 (0)