Skip to content

Commit

Permalink
Added link to docs/django-admin from tutorial01
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 10, 2005
1 parent 78387d5 commit 9c2d890
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/tutorial01.txt
Expand Up @@ -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 ``django-admin.py sqlall polls`` and execute it in the database pointed-to by
your Django settings file. 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 Playing with the API
==================== ====================


Expand Down

0 comments on commit 9c2d890

Please sign in to comment.