X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/4bc4a4cd7c8470de220e86fe44b50d427368c942..c5f50329c7ddea87333c6137d994252c47783aa4:/fnpdjango/pipeline_storage.py diff --git a/fnpdjango/pipeline_storage.py b/fnpdjango/pipeline_storage.py new file mode 100644 index 0000000..eb12f07 --- /dev/null +++ b/fnpdjango/pipeline_storage.py @@ -0,0 +1,6 @@ +from pipeline.storage import GZIPMixin +from pipeline.storage import PipelineCachedStorage + +class GzipPipelineCachedStorage(GZIPMixin, PipelineCachedStorage): + pass +