Install the static_replace app for the management command

This commit is contained in:
Calen Pennington
2013-02-04 13:50:12 -05:00
parent ae5d3cbc57
commit 2551243dfa
2 changed files with 2 additions and 0 deletions

View File

@@ -285,4 +285,5 @@ INSTALLED_APPS = (
# For asset pipelining
'pipeline',
'staticfiles',
'static_replace',
)

View File

@@ -548,6 +548,7 @@ INSTALLED_APPS = (
# For asset pipelining
'pipeline',
'staticfiles',
'static_replace',
# Our courseware
'circuit',