Add askbot to lms staticfiles_dirs in test

This commit is contained in:
Calen Pennington
2012-07-31 12:46:47 -04:00
parent 7bfd21732a
commit b659846e1f

View File

@@ -54,6 +54,7 @@ GITHUB_REPO_ROOT = ENV_ROOT / "data"
STATICFILES_DIRS = [
COMMON_ROOT / "static",
PROJECT_ROOT / "static",
ASKBOT_ROOT / "askbot" / "skins",
]
STATICFILES_DIRS += [
(course_dir, COMMON_TEST_DATA_ROOT / course_dir)