From a79da7e77bbca4f98fc85a39477a7611abd7ae3b Mon Sep 17 00:00:00 2001 From: David Adams Date: Wed, 20 Apr 2016 16:23:25 -0700 Subject: [PATCH] Remove LMS_ROOT / static from cms/common.py --- cms/envs/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index afa82c69a3..aa084879a9 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -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"),