From 23c9e2aec9d7d5374e64f0c4bd70727c99b0eec2 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 13 Nov 2005 00:22:39 +0000 Subject: [PATCH] Fixed typo in docs/tutorial03.txt. Thanks, Dave Hodder git-svn-id: http://code.djangoproject.com/svn/django/trunk@1210 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial03.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt index 3b5e0e8d94..8d0566ffcf 100644 --- a/docs/tutorial03.txt +++ b/docs/tutorial03.txt @@ -211,9 +211,9 @@ filesystem, whose contents Django can access. (Django runs as whatever user your server runs.) Don't put them under your document root, though. You probably shouldn't make them public, just for security's sake. -Then edit ``TEMPLATE_DIRS`` in your ``main.py`` settings file to tell Django -where it can find templates -- just as you did in the "Customize the admin look -and feel" section of Tutorial 2. +Then edit ``TEMPLATE_DIRS`` in your settings file (``settings.py``) to tell +Django where it can find templates -- just as you did in the "Customize the +admin look and feel" section of Tutorial 2. When you've done that, create a directory ``polls`` in your template directory. Within that, create a file called ``index.html``. Django requires that