Fixed ReST bug in docs/tutorial02.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
079752fe88
commit
d7a69df1b6
|
@ -394,7 +394,7 @@ Open your settings file (``myproject/settings.py``, remember) and look at the
|
||||||
directories to check when loading Django templates. It's a search path.
|
directories to check when loading Django templates. It's a search path.
|
||||||
|
|
||||||
By default, ``TEMPLATE_DIRS`` is empty. So, let's add a line to it, to tell
|
By default, ``TEMPLATE_DIRS`` is empty. So, let's add a line to it, to tell
|
||||||
Django where our templates live.
|
Django where our templates live::
|
||||||
|
|
||||||
TEMPLATE_DIRS = (
|
TEMPLATE_DIRS = (
|
||||||
"/home/mytemplates", # Change this to your own directory.
|
"/home/mytemplates", # Change this to your own directory.
|
||||||
|
|
Loading…
Reference in New Issue