Merge pull request #1397 from MITx/feature/cale/no-course-collectstatic

Free courses from the confines of collectstatic
This commit is contained in:
David Ormsbee
2013-02-05 10:32:54 -08:00
19 changed files with 318 additions and 193 deletions

View File

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