summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-07 01:00:58 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-07 01:00:58 +0000
commit67bb1bc7017b0ed275845edecdd65c35e8ec2ad8 (patch)
treeca7d90cfd0328357373a5c8f4403a5bb3a16b390 /docs/tutorial02.txt
parent5bb56520a5ad39396c7dd66e480040a701ede100 (diff)
downloaddjango-67bb1bc7017b0ed275845edecdd65c35e8ec2ad8.tar.gz
Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS in the *admin* settings file if you want to change admin template directories
git-svn-id: http://code.djangoproject.com/svn/django/trunk@425 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
-rw-r--r--docs/tutorial02.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index 5ca9ed7778..b932aea4f0 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -391,6 +391,9 @@ the default admin template directory::
"/usr/lib/python2.3/site-packages/django/conf/admin_templates",
)
+Again, note that you should edit the admin settings file, not the main settings
+file. That's because we're dealing with admin-site templates.
+
Now copy the template ``base_site.html`` from within the default Django admin
template directory, into ``/home/mytemplates/admin`` (or wherever you're
putting your custom admin templates). Edit the file and replace the generic