﻿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
32175	FORCE_SCRIPT_NAME documentation doesn't explain how the prefix is prepended with regard to relative vs. absolute paths.	Mason Egger	Nayan sharma	"When FORCE_SCRIPT_NAME is set it will prepend the prefix to URLs for STATIC_URL and MEDIA_URL. However, if either the static root is an absolute path (staring with a /) then this will be completely skipped. Since Django defaults to STATIC_URL being set to `/static/` it is not obvious that you may need to set this to be `STATIC_URL = ""static/""`, removing the leading slash. 

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. "	Uncategorized	closed	Documentation	3.1	Normal	invalid	documentation		Unreviewed	0	0	0	0	1	0
