Revert "Upgrade django-pipeline and staticfiles"

This commit is contained in:
Brian Beggs
2015-09-23 15:52:24 -04:00
parent 4c05fa4f49
commit c26bb9188a
31 changed files with 72 additions and 70 deletions

View File

@@ -36,7 +36,7 @@ REQUIRE_DEBUG = False
# Note: optimized files for testing are generated with settings from test_static_optimized
STATIC_URL = "/static/"
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'staticfiles.finders.FileSystemFinder',
)
STATICFILES_DIRS = (
(TEST_ROOT / "staticfiles" / "cms").abspath(),