summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-13 00:22:39 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-13 00:22:39 +0000
commit23c9e2aec9d7d5374e64f0c4bd70727c99b0eec2 (patch)
tree429bddf98a88aa71efb1c3eca92bc1496231fe5b
parentf7d2e9ea9f0d9bba38553f21cfe3f1a821916374 (diff)
downloaddjango-23c9e2aec9d7d5374e64f0c4bd70727c99b0eec2.tar.gz
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
-rw-r--r--docs/tutorial03.txt6
1 files 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