mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FIX] attempting to make media folder hosting work
This commit is contained in:
@@ -279,7 +279,7 @@ STATIC_ROOT = BASE_DIR.joinpath('static')
|
||||
STATICFILES_DIRS = [BASE_DIR.joinpath('breccia_mapper', 'static')]
|
||||
|
||||
# Media uploads
|
||||
MEDIA_ROOT = BASE_DIR.joinpath('breccia_mapper', 'media')
|
||||
MEDIA_ROOT = BASE_DIR.joinpath('media')
|
||||
MEDIA_URL = "/media/"
|
||||
|
||||
# Logging - NB the logger name is empty to capture all output
|
||||
|
||||
Reference in New Issue
Block a user