Opened 16 years ago

Closed 15 years ago

#9236 closed (fixed)

django.contrib.admin documentation -- missing dependency info?

Reported by: cjlesh Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Admittedly, I am inexperienced with Django, but it seems that there is an important omission from the following passage, found in the django.contrib.admin documentation:

There are five steps in activating the Django admin site:

   1. Add django.contrib.admin to your INSTALLED_APPS setting.

Maybe the documentation should mention the other INSTALLED_APPS that django.contrib.admin depends on?

Attachments (1)

9236.diff (660 bytes ) - added by Tim Graham 15 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Jacob, 15 years ago

Triage Stage: UnreviewedAccepted

by Tim Graham, 15 years ago

Attachment: 9236.diff added

comment:2 by Tim Graham, 15 years ago

Triage Stage: AcceptedReady for checkin
Version: 1.0SVN

comment:3 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11543]) Fixed #9236 -- Added documentation on the dependencies of the admin.

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