Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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)

admindocs_to_installed_apps.diff (1.1 KB ) - added by Andrews Medina 14 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 14 years ago

Summary: admindocsAdd admindocs to INSTALLED_APPS in project template

comment:3 by Andrews Medina, 14 years ago

Has patch: set

comment:4 by Paul McMillan, 14 years ago

Triage Stage: AcceptedReady for checkin

Patch looks good.

by Andrews Medina, 14 years ago

comment:5 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13658]) Fixed #13681 -- Added a commented out admindocs entry to the default INSTALLED_APPS for a new project. Thanks to elkan for the report, and andrews for the patch.

comment:6 by Russell Keith-Magee, 14 years ago

(In [13661]) [1.2.X] Fixed #13681 -- Added a commented out admindocs entry to the default INSTALLED_APPS for a new project. Thanks to elkan for the report, and andrews for the patch.

Backport of r13658 from trunk.

comment:7 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top