Changes between Initial Version and Version 1 of Ticket #32304
- Timestamp:
- Dec 29, 2020, 2:10:46 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32304 – Description
initial v1 10 10 11 11 * commit c574bec, adding feature #25598, prepends SCRIPT_NAME to STATIC_URL when STATIC_URL isn't a URL. 12 * bug #9202 : according to Django, "http://minio/static/" isn't a valid URL. (It is.)12 * bug #9202 and #25418: according to Django, "http://minio/static/" isn't a valid URL. (It is.) 13 13 14 Top me, the easiest fix is to address #9202 ....14 Top me, the easiest fix is to address #9202 / #25418....