summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.txt')
-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)