﻿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
29765	Mention MIDDLEWARE/INSTALLED_APPS order is important in settings.py	Windson yang	Windson yang	"It will be better to add [https://docs.djangoproject.com/en/2.1/topics/http/middleware/#middleware-order-and-layering] before 

MIDDLEWARE = [
...
]

and [https://docs.djangoproject.com/en/2.1/ref/settings/#installed-apps] before

INSTALLED_APPS = [
...
]

to tell user the order is important.



"	Cleanup/optimization	closed	Documentation	dev	Normal	wontfix			Unreviewed	1	0	0	0	0	0
