summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-02-17 17:25:01 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-02-17 17:25:01 +0000
commit186b5ccb34fba183a0cb9898020c555698bd355e (patch)
tree9b2f8902158497f40a8102c2b28f1cee82039a2d
parentb9b02f91fa4b744ac187c250f219457d29d66ab9 (diff)
Fixed #1365 -- Improved docs/templates.txt to note location of admin documentation site. Thanks, Joseph Heck
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/templates.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index c758189b7f..66e1943f23 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -243,7 +243,11 @@ Using the built-in reference
Because Django can be used to develop any sort of site, the tags, filters and
variables available are different depending on the application. To make it
easy to figure out what's available in a given site, the admin interface has a
-complete reference of all the template goodies available to that site.
+complete reference of all the template goodies available to that site. To get
+that reference, go to your Django admin interface and append ``'doc'`` onto the
+admin URL. Example: ``http://127.0.0.1/admin/doc/``. In the Django development
+version, you'll see a "Documentation" link in the upper right of every
+admin-site page.
The reference is integrated into the administration interface for your site(s)
and is divided into 4 sections: tags, filters, models, and views.