X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/9d71c7700e8f059d5494a6e04a67d8d746a101d1..356cd44aeb14e2b6d0f7b1d2cba88ab4099e4763:/fnpdjango/utils/pipeline_storage.py?ds=sidebyside diff --git a/fnpdjango/utils/pipeline_storage.py b/fnpdjango/utils/pipeline_storage.py new file mode 100644 index 0000000..eb12f07 --- /dev/null +++ b/fnpdjango/utils/pipeline_storage.py @@ -0,0 +1,6 @@ +from pipeline.storage import GZIPMixin +from pipeline.storage import PipelineCachedStorage + +class GzipPipelineCachedStorage(GZIPMixin, PipelineCachedStorage): + pass +