Commit 13681478 by Timothée Peignier

fixing cached storage

parent b4864ac8
...@@ -49,7 +49,7 @@ class PipelineStorage(PipelineMixin, StaticFilesStorage): ...@@ -49,7 +49,7 @@ class PipelineStorage(PipelineMixin, StaticFilesStorage):
pass pass
class PipelineCachedStorage(CachedFilesMixin, PipelineStorage): class PipelineCachedStorage(PipelineMixin, CachedFilesMixin, StaticFilesStorage):
pass 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