Opened 18 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
Pull Requests:How to create a pull request

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.

Change History (5)

by joachimschwarz@…, 18 years ago

Attachment: poll_results.html added

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

Attachment: poll_detail.html added

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

Attachment: poll_list.html added

comment:1 by John Shaffer <jshaffer2112@…>, 18 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