Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2047 closed (fixed)

[PATCH] Tutorial 3 text does not reflect reality for error message

Reported by: asmodai@… 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)

tutorial03.txt.diff (636 bytes ) - added by asmodai@… 18 years ago.
Patch for changing the TemplateDoesNotExist error to reflect reality
tutorial03.txt.2.diff (601 bytes ) - added by asmodai@… 18 years ago.
Patch for changing the TemplateDoesNotExist? error to reflect reality

Download all attachments as: .zip

Change History (5)

by asmodai@…, 18 years ago

Attachment: tutorial03.txt.diff added

Patch for changing the TemplateDoesNotExist error to reflect reality

by asmodai@…, 18 years ago

Attachment: tutorial03.txt.2.diff added

Patch for changing the TemplateDoesNotExist? error to reflect reality

comment:1 by asmodai@…, 18 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 Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3017]) Fixed #2047 -- Typo in tutorial03.txt. Thanks, asmodai

comment:3 by Home, 18 years ago

Type: defect
Note: See TracTickets for help on using tickets.
Back to Top