Revert "Set the MEDIA_ROOT and MEDIA_URL settings in the cms.envs.aws module"

This commit is contained in:
Stu Young
2017-06-09 16:18:12 -04:00
committed by GitHub
parent 6643e7e1cd
commit 8870dde933
3 changed files with 1 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ 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