Move media to top-level directory
This commit is contained in:
parent
d2561fbc41
commit
968c0c4fba
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ STATICFILES_DIRS = [
|
|||
BASE_DIR / 'static',
|
||||
]
|
||||
|
||||
MEDIA_ROOT = BASE_DIR / 'media'
|
||||
MEDIA_ROOT = BASE_DIR.parent / 'media'
|
||||
MEDIA_URL = '/media/'
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Reference in a new issue