diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 06:30:31 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-17 06:30:31 +0000 |
| commit | 0b62adddb241df9eb4d4e525e1952059615a5ebd (patch) | |
| tree | f0cfde6b8018e8e971293ea94e1838878f1244a9 /docs/tutorial02.txt | |
| parent | a1ef6aa10b302d77855172dba62918becc6a758c (diff) | |
Linked tutorial 2 to the admin CSS guide
git-svn-id: http://code.djangoproject.com/svn/django/trunk@144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index f941fb33a1..b64206cb65 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -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 =========== |
