#13681 closed (fixed)
Add admindocs to INSTALLED_APPS in project template
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.
Change History (8)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Summary: | admindocs → Add admindocs to INSTALLED_APPS in project template |
---|
comment:3 by , 15 years ago
Has patch: | set |
---|
comment:4 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
by , 15 years ago
Attachment: | admindocs_to_installed_apps.diff added |
---|
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Patch looks good.