Changes between Version 3 and Version 5 of Ticket #36653
- Timestamp:
- Oct 9, 2025, 4:37:20 PM (18 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36653 – Description
v3 v5 1 The documentationfor 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: 2 2 > 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. 3 3