﻿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
20233	Full custom user model example isn't really full	frewsxcv	postrational	"Referencing: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#a-full-example

This section claims to be a 'full example', yet is missing one very important line. I believe that their should be an additional codeblock in this section telling to user to add


{{{
AUTH_USER_MODEL = 'myapp.MyUser'
}}}


to their settings.py."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	0	0	0	0	1	0
