Use path already created by ansible.

This commit is contained in:
Chris Rossi
2014-05-16 10:33:13 -04:00
parent 42e8e3068e
commit db8b33d04d
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
# Don't use S3 in devstack, fall back to filesystem
del DEFAULT_FILE_STORAGE
MEDIA_ROOT = "/edx/app/edxapp/media"
MEDIA_ROOT = "/edx/var/edxapp/uploads"
DEBUG = True
USE_I18N = True

View File

@@ -6,7 +6,7 @@ from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
# Don't use S3 in devstack, fall back to filesystem
del DEFAULT_FILE_STORAGE
MEDIA_ROOT = "/edx/app/edxapp/media"
MEDIA_ROOT = "/edx/var/edxapp/uploads"
DEBUG = True