diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-27 09:57:58 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-27 09:58:44 -0400 |
| commit | 6a2f46f2381269187195a0f9165a893f54dc01a3 (patch) | |
| tree | 8aae56e2588e3473ac2d47e5d3cc890c88971df0 /docs | |
| parent | 17c3a26ac2de3ad55b202b5ccf4663818c613db7 (diff) | |
[1.8.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.
Backport of 2acf9d099d29f45c829ee0127e55b7cfdd201995 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial02.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 22c37d7b7e..a20e80a3e8 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -488,10 +488,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:`DIRS <TEMPLATES-DIRS>` option in the :setting:`TEMPLATES` setting: |
