Allow uploads from GITHUB_REPO_ROOT

This is necessary for course imports to not throw a SuspiciousOperation
error.
This commit is contained in:
Justin Abrahms
2015-10-15 09:48:00 -07:00
parent 82c6ab50d4
commit 7bf8e2d6c0

View File

@@ -110,7 +110,7 @@ DATA_DIR = COURSES_ROOT
COMMON_TEST_DATA_ROOT = COMMON_ROOT / "test" / "data"
# Where the content data is checked out. This may not exist on jenkins.
GITHUB_REPO_ROOT = ENV_ROOT / "data"
GITHUB_REPO_ROOT = TEST_ROOT / "data"
USE_I18N = True
LANGUAGE_CODE = 'en' # tests assume they will get English.