mirror of https://github.com/django/django.git
Fixed some ReST markup in admin installation docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
95d5e450ec
commit
f3af2d9883
|
@ -27,12 +27,12 @@ Overview
|
||||||
|
|
||||||
There are six 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``
|
1. Add ``'django.contrib.admin'`` to your :setting:`INSTALLED_APPS`
|
||||||
setting.
|
setting.
|
||||||
|
|
||||||
2. Admin has two dependencies - :class:``django.contrib.auth`` and
|
2. Admin has two dependencies - ``django.contrib.auth`` and
|
||||||
:class:``django.contrib.contenttypes``. If these applications are not
|
``django.contrib.contenttypes``. If these applications are not
|
||||||
in your :setting:``INSTALLED_APPS`` list, add them.
|
in your :setting:`INSTALLED_APPS` list, add them.
|
||||||
|
|
||||||
3. Determine which of your application's models should be editable in the
|
3. Determine which of your application's models should be editable in the
|
||||||
admin interface.
|
admin interface.
|
||||||
|
|
Loading…
Reference in New Issue