Merge pull request #15360 from open-craft/replaceafill/aws_with_filesystem_storage_tested

Set the MEDIA_ROOT and MEDIA_URL settings in the cms.envs.aws module
This commit is contained in:
Christina Roberts
2017-07-06 12:36:56 -04:00
committed by GitHub
4 changed files with 11 additions and 1 deletions

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