We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a6d79 commit 62f398eCopy full SHA for 62f398e
python_ru/settings/base.py
@@ -144,7 +144,7 @@
144
# if not sys.argv[0].endswith('py.test'):
145
# STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
146
147
-MEDIA_ROOT = os.path.join(BASE_DIR, '../media')
+MEDIA_ROOT = os.path.join(BASE_DIR, '../../media')
148
MEDIA_URL = '/media/'
149
CKEDITOR_UPLOAD_PATH = 'uploads/'
150
0 commit comments