diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2009-09-14 22:36:20 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2009-09-14 22:36:20 +0000 |
| commit | 95d5e450ec251750a87abf46364cd75d35c2528c (patch) | |
| tree | 4dcfc28f8d5216b822c27cb8326b31ec55f0b805 /docs/ref | |
| parent | 62180a6b44ca8e7d79fbba337832c277e3fc552d (diff) | |
Fixed counting error in admin installation overview docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 823ae8bf3f..c5169be214 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -25,7 +25,7 @@ Django's admin interface. Overview ======== -There are five steps in activating the Django admin site: +There are six steps in activating the Django admin site: 1. Add :class:``django.contrib.admin`` to your :setting:``INSTALLED_APPS`` setting. |
