fix: use default MEDIA_URL in devstack

The devstack override for this variable didn't work, so just use the common default: /edx/var/edxapp/media
This commit is contained in:
Jillian Vogel
2022-01-18 18:54:33 +10:30
parent a5e911fe1d
commit 98a26e8674

View File

@@ -19,7 +19,6 @@ from .production import * # pylint: disable=wildcard-import, unused-wildcard-im
# Don't use S3 in devstack, fall back to filesystem
del DEFAULT_FILE_STORAGE
MEDIA_ROOT = "/edx/var/edxapp/uploads"
ORA2_FILEUPLOAD_BACKEND = 'django'