Skip to content

Commit

Permalink
Added explicit note to docs/tutorial02.txt that you should edit TEMPL…
Browse files Browse the repository at this point in the history
…ATE_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
  • Loading branch information
adrianholovaty committed Aug 7, 2005
1 parent 5bb5652 commit 67bb1bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tutorial02.txt
Expand Up @@ -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
Expand Down

0 comments on commit 67bb1bc

Please sign in to comment.