Revert "Upgrade django-pipeline and staticfiles"

This commit is contained in:
Brian Beggs
2015-10-05 14:40:28 -04:00
parent b7cf392009
commit 0ca679e244
32 changed files with 73 additions and 71 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(),