Merge pull request #761 from mrazzari/patch-1
Minor docs clarification on COMPRESS_OFFLINE.
This commit is contained in:
@@ -458,9 +458,9 @@ Offline settings
|
||||
|
||||
:Default: ``False``
|
||||
|
||||
Boolean that decides if compression should also be done outside of the
|
||||
request/response loop -- independent from user requests. This allows to
|
||||
pre-compress CSS and JavaScript files and works just like the automatic
|
||||
Boolean that decides if compression should be done outside of the
|
||||
request/response loop. (See :ref:`behind_the_Scenes` for more.) This allows
|
||||
to pre-compress CSS and JavaScript files and works just like the automatic
|
||||
compression with the ``{% compress %}`` tag.
|
||||
|
||||
.. attribute:: COMPRESS_OFFLINE_TIMEOUT
|
||||
|
||||
Reference in New Issue
Block a user