mirror of https://github.com/django/django.git
[3.1.x] Fixed numbered list in admin overview docs.
Backport of 05ed7104c0
from master
This commit is contained in:
parent
90fa00fc47
commit
d6e6695d93
|
@ -44,7 +44,7 @@ If you're not using the default project template, here are the requirements:
|
||||||
:class:`django.contrib.messages.middleware.MessageMiddleware` must be
|
:class:`django.contrib.messages.middleware.MessageMiddleware` must be
|
||||||
included.
|
included.
|
||||||
|
|
||||||
5. :ref:`Hook the admin's URLs into your URLconf
|
#. :ref:`Hook the admin's URLs into your URLconf
|
||||||
<hooking-adminsite-to-urlconf>`.
|
<hooking-adminsite-to-urlconf>`.
|
||||||
|
|
||||||
After you've taken these steps, you'll be able to use the admin site by
|
After you've taken these steps, you'll be able to use the admin site by
|
||||||
|
|
Loading…
Reference in New Issue