Merge pull request #12219 from stvstnfrd/staticfiles/cms

Remove LMS_ROOT / static from cms/common.py
This commit is contained in:
Andy Armstrong
2016-04-25 16:50:29 -04:00

View File

@@ -485,7 +485,6 @@ STATIC_ROOT = ENV_ROOT / "staticfiles" / EDX_PLATFORM_REVISION
STATICFILES_DIRS = [
COMMON_ROOT / "static",
PROJECT_ROOT / "static",
LMS_ROOT / "static",
# This is how you would use the textbook images locally
# ("book", ENV_ROOT / "book_images"),