Skip to content

Commit

Permalink
add documentation for the WHITENOISE_COMPRESSOR_CLASS parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Feb 4, 2022
1 parent 253ef78 commit 128b704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ arguments upper-cased with a 'WHITENOISE\_' prefix.
confident won't benefit from compression, it speeds up the process if we
just skip over them.

.. attribute:: WHITENOISE_COMPRESSOR_CLASS
:default: ``"whitenoise.compress.Compressor"``

String with custom Compressor class dotted path.


.. attribute:: WHITENOISE_ADD_HEADERS_FUNCTION

Expand Down

0 comments on commit 128b704

Please sign in to comment.