﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32304	"Django adds spurious ""/"" prefix to settings.STATIC_URL=""http://server/"""	Adam Hooper	nobody	"Here's a piece of settings from a totally reasonable, sensible, okay Docker integration-test environment

{{{
STATIC_URL = ""http://minio/static/""
}}}

Django 3.1 will implicitly add ""/"" to the URL, so my URLs look like """"/http://minio/static/images/app-icons/favicon.ico"".

The features and bugs that interact here:

* commit c574bec, adding feature #25598, prepends SCRIPT_NAME to STATIC_URL when STATIC_URL isn't a URL.
* bug #9202: according to Django, ""http://minio/static/"" isn't a valid URL. (It is.)

Top me, the easiest fix is to address #9202...."	Bug	new	Core (Other)	3.1	Normal				Unreviewed	0	0	0	0	0	0
