mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Replaced docutils link by PyPI reference.
This commit is contained in:
parent
4dfc6ff8a8
commit
453cfa2815
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ the following:
|
|||
your ``urlpatterns``. Make sure it's included *before* the
|
||||
``'admin/'`` entry, so that requests to ``/admin/doc/`` don't get
|
||||
handled by the latter entry.
|
||||
* Install the docutils Python module (https://docutils.sourceforge.io/).
|
||||
* Install the :pypi:`docutils` package.
|
||||
* **Optional:** Using the admindocs bookmarklets requires
|
||||
``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue