Django

Code

Ticket #2047 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: asmodai@in-nomine.org Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

tutorial03.txt.diff (0.6 kB) - added by asmodai@in-nomine.org on 05/31/06 04:13:28.
Patch for changing the TemplateDoesNotExist? error to reflect reality
tutorial03.txt.2.diff (0.6 kB) - added by asmodai@in-nomine.org on 05/31/06 04:14:44.
Patch for changing the TemplateDoesNotExist? error to reflect reality

Change History

05/31/06 04:13:28 changed by asmodai@in-nomine.org

  • attachment tutorial03.txt.diff added.

Patch for changing the TemplateDoesNotExist? error to reflect reality

05/31/06 04:14:44 changed by asmodai@in-nomine.org

  • attachment tutorial03.txt.2.diff added.

Patch for changing the TemplateDoesNotExist? error to reflect reality

05/31/06 04:15:15 changed by asmodai@in-nomine.org

  • summary changed from Tutorial 3 text does not reflect reality for error message to [PATCH] Tutorial 3 text does not reflect reality for error message.

Please use tutorial03.txt.2.diff, something went wrong with the first upload.

05/31/06 09:29:12 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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

06/12/06 05:47:43 changed by Home

  • type deleted.

Add/Change #2047 ([PATCH] Tutorial 3 text does not reflect reality for error message)




Change Properties
Action