mirror of
https://github.com/django/django.git
synced 2025-03-13 02:40:47 +00:00
Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.
This commit is contained in:
parent
bcd255cd5c
commit
ca5cd3e3e8
@ -1667,7 +1667,7 @@ the server-provided value of ``SCRIPT_NAME``, which may be a rewritten version
|
|||||||
of the preferred value or not supplied at all. It is also used by
|
of the preferred value or not supplied at all. It is also used by
|
||||||
:func:`django.setup()` to set the URL resolver script prefix outside of the
|
:func:`django.setup()` to set the URL resolver script prefix outside of the
|
||||||
request/response cycle (e.g. in management commands and standalone scripts) to
|
request/response cycle (e.g. in management commands and standalone scripts) to
|
||||||
generate correct URLs when ``SCRIPT_NAME`` is not ``/``.
|
generate correct URLs when ``FORCE_SCRIPT_NAME`` is provided.
|
||||||
|
|
||||||
.. setting:: FORM_RENDERER
|
.. setting:: FORM_RENDERER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user