﻿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
18222	Missing a step on part two of the 1.4 tutorial	chris.uzal@…	nobody	"Page two of the django tutorial is missing a step.  After adding the code for added in polls in the administration, it goes straight to ""restart your server."" The database needs to be synched before starting the development server again.

Go to… 

https://docs.djangoproject.com/en/1.4/intro/tutorial02/

Subsection entitled ""Make the poll app modifiable in the admin""… 

Create admin.py file… 

***The missing critical step to create the necessary admin table…

python manage.py syncdb***

Then…

Restart the server. 

"	Cleanup/optimization	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	1	0
