summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-03-27 09:57:58 -0400
committerTim Graham <timograham@gmail.com>2015-03-27 09:58:47 -0400
commitda07f4b08fbf42fd71f15487d33301bb689f2655 (patch)
treec56aeb78ee9ddec71e3360f0667e9875f9d33d09 /docs/intro/tutorial02.txt
parentdb4e1607542aeecc14282fcf71d1e6b6dfefd524 (diff)
[1.7.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.
Backport of 2acf9d099d29f45c829ee0127e55b7cfdd201995 from master
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index d66b8d67fa..59d3e37556 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -482,10 +482,10 @@ system.
Customizing your *project's* templates
--------------------------------------
-Create a ``templates`` directory in your project directory. Templates can
-live anywhere on your filesystem that Django can access. (Django runs as
-whatever user your server runs.) However, keeping your templates within the
-project is a good convention to follow.
+Create a ``templates`` directory in your project directory (the one that
+contains ``manage.py``). Templates can live anywhere on your filesystem that
+Django can access. (Django runs as whatever user your server runs.) However,
+keeping your templates within the project is a good convention to follow.
Open your settings file (:file:`mysite/settings.py`, remember) and add a
:setting:`TEMPLATE_DIRS` setting: