Linked tutorial 2 to the admin CSS guide

git-svn-id: http://code.djangoproject.com/svn/django/trunk@144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-17 06:30:31 +00:00
parent a1ef6aa10b
commit 0b62adddb2
1 changed files with 5 additions and 0 deletions

View File

@ -490,6 +490,11 @@ Django offers another shortcut in this department. Run the command
``django-admin.py adminindex polls`` to get a chunk of template code for
inclusion in the admin index template. It's a useful starting point.
For full details on customizing the look and feel of the Django admin site in
general, see the `Django admin CSS guide`_.
.. _Django admin CSS guide: http://www.djangoproject.com/documentation/admin_css/
Coming soon
===========