Commit a7dd69c0 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[1.1.X] Fixed some ReST markup in admin installation docs.

Merge of r11580 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11584 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 5074a432
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@ Overview

There are six steps in activating the Django admin site:

    1. Add :class:``django.contrib.admin`` to your :setting:``INSTALLED_APPS``
    1. Add ``'django.contrib.admin'`` to your :setting:`INSTALLED_APPS`
       setting.

    2. Admin has two dependencies - :class:``django.contrib.auth`` and
       :class:``django.contrib.contenttypes``. If these applications are not
       in your :setting:``INSTALLED_APPS`` list, add them.
    2. Admin has two dependencies - ``django.contrib.auth`` and
       ``django.contrib.contenttypes``. If these applications are not
       in your :setting:`INSTALLED_APPS` list, add them.

    3. Determine which of your application's models should be editable in the
       admin interface.