From 2551243dfa1a2a20ad5641e42e44004effecaf4b Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Mon, 4 Feb 2013 13:50:12 -0500 Subject: [PATCH] Install the static_replace app for the management command --- cms/envs/common.py | 1 + lms/envs/common.py | 1 + 2 files changed, 2 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index f2d47dfdc6..3ea532d70d 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -285,4 +285,5 @@ INSTALLED_APPS = ( # For asset pipelining 'pipeline', 'staticfiles', + 'static_replace', ) diff --git a/lms/envs/common.py b/lms/envs/common.py index 24c757f51b..bf85d1692a 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -548,6 +548,7 @@ INSTALLED_APPS = ( # For asset pipelining 'pipeline', 'staticfiles', + 'static_replace', # Our courseware 'circuit',