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: | 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)
Change History (5)
by , 17 years ago
Attachment: | poll_results.html added |
---|
by , 17 years ago
Attachment: | poll_detail.html added |
---|
by , 17 years ago
Attachment: | poll_list.html added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
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.