Opened 15 years ago
Closed 15 years ago
#11884 closed (fixed)
Clarify in documentation how to enable built-in reference in admin.
Reported by: | DmitryRisenberg | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | admin reference setup | |
Cc: | commando@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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).
Attachments (2)
Change History (5)
by , 15 years ago
Attachment: | templates_doc.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to documentation