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)
Change History (4)
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 15 years ago
comment:2 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|---|
Version: | 1.0 → SVN |
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [11543]) Fixed #9236 -- Added documentation on the dependencies of the admin.