Commit 8850bb72 by David Ormsbee

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

parent f1e5c8f1
...@@ -221,8 +221,7 @@ STATIC_ROOT = ENV_ROOT / "staticfiles" ...@@ -221,8 +221,7 @@ STATIC_ROOT = ENV_ROOT / "staticfiles"
STATICFILES_DIRS = [ STATICFILES_DIRS = [
COMMON_ROOT / "static", COMMON_ROOT / "static",
PROJECT_ROOT / "static", PROJECT_ROOT / "static",
ASKBOT_ROOT / "askbot" / "skins", PROJECT_ROOT / "askbot" / "skins",
] ]
if os.path.isdir(DATA_DIR): if os.path.isdir(DATA_DIR):
STATICFILES_DIRS += [ STATICFILES_DIRS += [
......
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