1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Used :envvar: role and .. envvar:: directive in various docs.

This commit is contained in:
Nick Pope
2020-04-30 11:12:05 +01:00
committed by Mariusz Felisiak
parent feb91dbda1
commit fbdb032de2
15 changed files with 65 additions and 49 deletions

View File

@@ -111,7 +111,7 @@ Asynchronous support
The following checks verify your setup for :doc:`/topics/async`:
* **async.E001**: You should not set the ``DJANGO_ALLOW_ASYNC_UNSAFE``
* **async.E001**: You should not set the :envvar:`DJANGO_ALLOW_ASYNC_UNSAFE`
environment variable in deployment. This disables :ref:`async safety
protection <async-safety>`.