Opened 16 years ago
Closed 16 years ago
#4868 closed (fixed)
detail.html missing
Reported by: | Eddie | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I am working through this tutorial, and I notice that it talks about detail.html, but never gives code for its creation, nor instructs the user to create the file. However, in the next page, the assumption is made that its created and we're modifying it. This seems unclear, and would benefit from some touchups. Also, while the article makes mention of handler404 and handler500, it never tells how to use them. While its not relevant to the tutorial since importing * from django.urls gives it free, I think explanation of usage should be provided or the section removed.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was corrected in [5801].
I had this clarified, but would still recommend explicitly saying "detail.html" in the explanation around "Use the template system." Thanks to #django for the help.