Opened 17 years ago

Closed 17 years ago

#4875 closed (fixed)

Bugs in 'Writing your first Django app, part 4' Django version 0.96

Reported by: joachimschwarz@… Owned by: nobody
Component: Documentation Version: 0.96
Severity: Keywords: first Django app
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The Web-poll application won't work with the use of generic views.
Also the templates need adjustment which is missing in the tutorial.

Attachments (3)

poll_results.html (186 bytes ) - added by joachimschwarz@… 17 years ago.
poll_detail.html (446 bytes ) - added by John Shaffer <jshaffer2112@…> 17 years ago.
poll_list.html (185 bytes ) - added by John Shaffer <jshaffer2112@…> 17 years ago.

Download all attachments as: .zip

Change History (5)

by joachimschwarz@…, 17 years ago

Attachment: poll_results.html added

by John Shaffer <jshaffer2112@…>, 17 years ago

Attachment: poll_detail.html added

by John Shaffer <jshaffer2112@…>, 17 years ago

Attachment: poll_list.html added

comment:1 by John Shaffer <jshaffer2112@…>, 17 years ago

Please use only one ticket for something like this. I've attached your files from #4873 and #4874, and marked the other tickets as duplicates.

comment:2 by James Bennett, 17 years ago

Resolution: fixed
Status: newclosed

Looking at the relevant section of the tutorial, it appears that there is an explanation of the need to rename the templates and change the variable names used in them. Marking "fixed".

Note: See TracTickets for help on using tickets.
Back to Top