Removed MEDIA_ROOT override in cms.envs.devstack

This commit is contained in:
Douglas Cerna
2017-06-08 22:22:50 -06:00
parent 927c5d3789
commit ca33342ce3

View File

@@ -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