#13681 closed (fixed)
Add admindocs to INSTALLED_APPS in project template
Reported by: | elkan | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2 |
Severity: | Keywords: | default settings.py | |
Cc: | 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
alongside the default
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
it would be nice to also have
# 'django.contrib.admindocs',
for newcomers.
Attachments (1)
Change History (8)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Summary: | admindocs → Add admindocs to INSTALLED_APPS in project template |
---|
comment:3 by , 14 years ago
Has patch: | set |
---|
comment:4 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
by , 14 years ago
Attachment: | admindocs_to_installed_apps.diff added |
---|
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Patch looks good.