Document DJANGO_API_CACHE_ENABLED.

This commit is contained in:
Michael Kelly 2017-03-13 14:24:55 -07:00
Родитель d76398b408
Коммит 78a35be7dd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 972176E09570E68A
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -170,6 +170,15 @@ in other Django projects.
set to 0 in non-production environments to ease testing. In production
environments, setting this value too low can be a denial-of-service risk.
.. envvar:: DJANGO_API_CACHE_ENABLED
:default: ``True``
Controls cache headers for cacheable APIs. If true, API views will send
headers indicating that they can be cached according to
:envvar:`DJANGO_API_CACHE_TIME`. If false, API views will send headers
indicating that they should never be cached.
.. envvar:: DJANGO_LOGGING_USE_JSON
:default: ``True``