summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-10 20:38:00 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-10 20:38:00 +0000
commit9c2d890eecc6e01de7a9bcc70f4b3282438d506f (patch)
treed3bde11ebc877369af978bf08fbe80a7fad9bad3 /docs
parent78387d5e34eb06687fc20ecbd4b88350baf1d6e3 (diff)
Added link to docs/django-admin from tutorial01
git-svn-id: http://code.djangoproject.com/svn/django/trunk@474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial01.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index b53dea1634..49ba202c2c 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -278,6 +278,11 @@ Behind the scenes, all it does is take the output of
``django-admin.py sqlall polls`` and execute it in the database pointed-to by
your Django settings file.
+Read the `django-admin.py documentation`_ for full information on what this
+utility can do.
+
+.. _django-admin.py documentation: http://www.djangoproject.com/documentation/django_admin/
+
Playing with the API
====================