Changes between Version 3 and Version 5 of Ticket #36653


Ignore:
Timestamp:
Oct 9, 2025, 4:37:20 PM (18 hours ago)
Author:
Brian Helba
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36653 – Description

    v3 v5  
    1 The documentation for the `STATIC_URL` setting states:
     1[https://docs.djangoproject.com/en/5.2/ref/settings/#static-url The documentation] for the `STATIC_URL` setting states:
    22> If `STATIC_URL` is a relative path, then it will be prefixed by the server-provided value of `SCRIPT_NAME` (or / if not set). This makes it easier to serve a Django application in a subpath without adding an extra configuration to the settings.
    33
Back to Top