We're loading static assets from the askbot theme directory in the lms proj now.

This commit is contained in:
David Ormsbee
2012-08-14 11:54:02 -04:00
parent ecffe3e088
commit 137d4856cc

View File

@@ -221,8 +221,7 @@ STATIC_ROOT = ENV_ROOT / "staticfiles"
STATICFILES_DIRS = [
COMMON_ROOT / "static",
PROJECT_ROOT / "static",
ASKBOT_ROOT / "askbot" / "skins",
PROJECT_ROOT / "askbot" / "skins",
]
if os.path.isdir(DATA_DIR):
STATICFILES_DIRS += [