Remove LMS_ROOT / static from cms/common.py

This commit is contained in:
David Adams
2016-04-20 16:23:25 -07:00
committed by stv
parent f8f5e70346
commit a79da7e77b

View File

@@ -483,7 +483,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"),