Clarify in documentation how to enable built-in reference in admin.
Setting up built-in reference in admin is not described anywhere in the docs - it requires adding django.contrib.admindocs.urls to INSTALLED_APPS, adding (r'^admin/doc/', include('django.contrib.admindocs.urls')) to urlpatterns and installing docutils if they are not present. Finding this out for me was untrivial and required googling, so I would add description of these steps to the corresponding section of documentation (see the patch).
Change History
(5)
| Triage Stage: |
Unreviewed → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
Patch to documentation