#2047 closed (fixed)
[PATCH] Tutorial 3 text does not reflect reality for error message
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | minor | 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
Tutorial 3 has a part that reads:
TemplateDoesNotExist: Your TEMPLATE_DIRS settings is empty. Change it to point to at least one template directory.
When you try this yourself you will see something more like:
TemplateDoesNotExist at /polls/ polls/index.html
Nowhere on the DEBUG page does it list anything remotely resembling stating that the TEMPLATE_DIRS settings is empty.
Attachments (2)
Change History (5)
by , 19 years ago
| Attachment: | tutorial03.txt.diff added |
|---|
by , 19 years ago
| Attachment: | tutorial03.txt.2.diff added |
|---|
Patch for changing the TemplateDoesNotExist? error to reflect reality
comment:1 by , 19 years ago
| Summary: | Tutorial 3 text does not reflect reality for error message → [PATCH] Tutorial 3 text does not reflect reality for error message |
|---|
Please use tutorial03.txt.2.diff, something went wrong with the first upload.
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 19 years ago
| Type: | defect |
|---|
Note:
See TracTickets
for help on using tickets.
Patch for changing the TemplateDoesNotExist error to reflect reality