Opened 18 years ago
Closed 18 years ago
#5550 closed (fixed)
write docs about the 404.html & 500.html files.
| Reported by: | anonymous | Owned by: | whiskybar |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Write docs about the 404.html & 500.html files. I found two pages about the files 404.html and 500.html:
http://www.djangoproject.com/documentation/tutorial03/#write-a-404-page-not-found-view
http://www.djangoproject.com/documentation/request_response/#the-404-page-not-found-view
But i can't find a example of these files in the documentation.
I find a example here:
http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/404.html
and here:
http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/500.html
A django user must known whats in the context of these templates files, to write a nice own error page.
Attachments (1)
Change History (4)
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
by , 18 years ago
| Attachment: | doc404.diff added |
|---|
comment:2 by , 18 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Want to write it up?