Commit db8b33d0 by Chris Rossi

Use path already created by ansible.

parent 42e8e306
...@@ -6,7 +6,7 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import ...@@ -6,7 +6,7 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
# Don't use S3 in devstack, fall back to filesystem # Don't use S3 in devstack, fall back to filesystem
del DEFAULT_FILE_STORAGE del DEFAULT_FILE_STORAGE
MEDIA_ROOT = "/edx/app/edxapp/media" MEDIA_ROOT = "/edx/var/edxapp/uploads"
DEBUG = True DEBUG = True
USE_I18N = True USE_I18N = True
......
...@@ -6,7 +6,7 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import ...@@ -6,7 +6,7 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
# Don't use S3 in devstack, fall back to filesystem # Don't use S3 in devstack, fall back to filesystem
del DEFAULT_FILE_STORAGE del DEFAULT_FILE_STORAGE
MEDIA_ROOT = "/edx/app/edxapp/media" MEDIA_ROOT = "/edx/var/edxapp/uploads"
DEBUG = True DEBUG = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment