﻿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
18060	"Fix documentation for ""Writing custom django-admin command"" to make closepoll.py work with code from cited tutorial"	anonymous	nobody	"s/example.polls.models/polls.models/
on https://docs.djangoproject.com/en/dev/howto/custom-management-commands/

As is, the code for polls/management/commands/closepoll.py shown near the 
top of https://docs.djangoproject.com/en/dev/howto/custom-management-commands/ 
does not work with code from the tutorial cited at the top of the web page, 
because the tutorial code does not use an ""example"" directory. 

The solution is easy, remove ""example."" form the second line of the code 
shown for polls/management/commands/closepoll.py. 

"	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed			Ready for checkin	1	0	0	0	1	0
