From e976ed1f7910fad03704f88853c5c5b36cbab134 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Tue, 6 Jun 2006 01:21:49 +0000 Subject: multi-auth: Merged to [3085] git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@3086 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates_python.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/templates_python.txt') diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 6c33052792..dea5bcbee6 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -368,6 +368,11 @@ Generally, you'll store templates in files on your filesystem rather than using the low-level ``Template`` API yourself. Save templates in a directory specified as a **template directory**. +Django searches for template directories in a number of places, depending on +your template-loader settings (see "Loader types" below), but the most basic +way of specifying template directories is by using the ``TEMPLATE_DIRS`` +setting. + The TEMPLATE_DIRS setting ~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3