The docs should have a note or warning in this section
https://docs.djangoproject.com/en/3.1/ref/settings/#force-script-name
explaining this.
--
Ticket URL: <https://code.djangoproject.com/ticket/32175>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Nayan sharma
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/32175#comment:1>
* status: assigned => closed
* resolution: => invalid
Comment:
This behavior is already documented in
[https://docs.djangoproject.com/en/3.1/ref/settings/#media-url MEDIA_URL]
and [https://docs.djangoproject.com/en/3.1/ref/settings/#static-url
STATIC_URL] docs and it's not related with `FORCE_SCRIPT_NAME`, which is
only a way to override the server-provided value of `SCRIPT_NAME`.
--
Ticket URL: <https://code.djangoproject.com/ticket/32175#comment:2>