Removed MEDIA_ROOT override in cms.envs.devstack
This commit is contained in:
@@ -10,7 +10,6 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
|
||||
del DEFAULT_FILE_STORAGE
|
||||
COURSE_IMPORT_EXPORT_STORAGE = 'django.core.files.storage.FileSystemStorage'
|
||||
USER_TASKS_ARTIFACT_STORAGE = COURSE_IMPORT_EXPORT_STORAGE
|
||||
MEDIA_ROOT = "/edx/var/edxapp/uploads"
|
||||
|
||||
DEBUG = True
|
||||
USE_I18N = True
|
||||
|
||||
Reference in New Issue
Block a user