summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-02-17 01:44:11 +0100
committerJannis Leidel <jannis@leidel.info>2011-02-17 01:44:11 +0100
commitbcf1efea4b8bc92e2d0be928e9135b1e4964f9e5 (patch)
tree557be9c323be2622d9e30f543daa2c3678934219 /docs
parent05d594129ffeb0ba720d3df0580538b65f5af579 (diff)
downloaddjango-compressor-bcf1efea4b8bc92e2d0be928e9135b1e4964f9e5.tar.gz
Moved Gzip enabled compressor storage backend from tests.storage to compressor.storage module.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 4f5e542..c695037 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -182,6 +182,13 @@ COMPRESS_STORAGE
The dotted path to a Django Storage backend to be used to save the
compressed files.
+``compressor`` ships with one additional storage backend:
+
+* ``'compressor.storage.GzipCompressorFileStorage'``
+
+ A subclass of the default storage backend, which will additionally
+ create ``*.gz`` files of each of the compressed files.
+
COMPRESS_PARSER
^^^^^^^^^^^^^^^
@@ -222,7 +229,7 @@ no file changes are detected.
This is also used by the ``compress`` management command which pre-compresses
the contents of ``{% compress %}`` template tags in the cache.
-COMPRESS_MINT_DELAY``
+COMPRESS_MINT_DELAY
^^^^^^^^^^^^^^^^^^^
:Default: ``30`` (seconds)