Commit 13681478 by Timothée Peignier

fixing cached storage

parent b4864ac8
......@@ -49,7 +49,7 @@ class PipelineStorage(PipelineMixin, StaticFilesStorage):
pass
class PipelineCachedStorage(CachedFilesMixin, PipelineStorage):
class PipelineCachedStorage(PipelineMixin, CachedFilesMixin, StaticFilesStorage):
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment