From 0bbba89d00b3d359f80397cafa75ca0283d1d7b3 Mon Sep 17 00:00:00 2001 From: Mike Rinehart Date: Thu, 28 Nov 2024 15:33:59 -0600 Subject: [PATCH] Update tutorial07.txt DIRS option instructions --- docs/intro/tutorial07.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt index a8d5e61b81..a5ee096bf4 100644 --- a/docs/intro/tutorial07.txt +++ b/docs/intro/tutorial07.txt @@ -311,8 +311,8 @@ 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 ` option in the :setting:`TEMPLATES` setting: +Open your settings file (:file:`mysite/settings.py`, remember) and make note +of the :setting:`DIRS ` option in the :setting:`TEMPLATES` setting: .. code-block:: python :caption: ``mysite/settings.py``