﻿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
9945	"Suggestion on section ""Use generic views: Less code is better"""	kurisuto	Jacob	"Under the section ""Use generic views: Less code is better"", the steps
which you have to follow are interspersed throughout the text.  I had
to reread them and do much experimentation and debugging to get it all to
work.

I'd suggest making an orderly list of the specific steps you have to
take:

1. Rename polls/detail.html to polls/poll_detail.html.

2. Edit polls/views.py and change this line:

        return render_to_response('polls/detail.html', {

to this:

        return render_to_response('polls/poll_detail.html', {

3. Edit the template poll_detail.html and change ...

4. Rename polls/index.html to polls/poll_list.html.


etc.

"		closed	Documentation	1.0		fixed			Accepted	0	0	0	0	0	0
