﻿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
8671	django.views.static.serve shoud have APPEND_SLASH=True	est	nobody	"When running debug server with some .js .css file using django.views.static.serve while 'show_indexes': True, example, navigate to
http://127.0.0.1:8000/images
when click a 1.jpg listed bellow, I was navigate to
http://127.0.0.1:8000/1.jpg

But what I desired URL is
http://127.0.0.1:8000/images/1.jpg

The problem is we should set APPEND_SLASH=True as default here in django.views.static.serve"		closed	Core (Other)	dev		worksforme	static		Unreviewed	0	0	0	0	0	0
