X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/79fb0def6f0afd178bfe080522150c242824fbbd..8a9226b9c80c99c82702fba212f7a7241dc14c7e:/src/redakcja/settings/__init__.py diff --git a/src/redakcja/settings/__init__.py b/src/redakcja/settings/__init__.py index c7cf3244..d9d45e45 100644 --- a/src/redakcja/settings/__init__.py +++ b/src/redakcja/settings/__init__.py @@ -117,7 +117,7 @@ STATICFILES_FINDERS = ( 'pipeline.finders.PipelineFinder', ) -STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' +STATICFILES_STORAGE = 'pipeline.storage.PipelineManifestStorage' PIPELINE = { 'CSS_COMPRESSOR': None,