﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2854	docs/tutorial02.txt instruction needs calrification	bonovoxmofo@…	somebody	"= docs/turorial02.txt =
== Needs clarification ==

Right now this part of the file reads like this:
{{
By default, ``TEMPLATE_DIRS`` is empty. So, let's add a line to it, to tell
Django where our templates live::

    TEMPLATE_DIRS = (
        ""/home/mytemplates"", # Change this to your own directory.
    )


}}

IMHO it should change to this, to be consistent and clear:
{{
By default, ``TEMPLATE_DIRS`` is empty. So, let's add a line to it, to tell
Django where our templates live::

    TEMPLATE_DIRS = (
        ""/home/'''''your_username'''''/mytemplates"", # Change this to your own directory.
    )


}}

Thank you + Great work, thanks for django.
Ivan"	defect	closed	Documentation		normal	fixed	documentation tutorial		Unreviewed	0	0	0	0	0	0
