Opened 16 years ago

Closed 16 years ago

#7850 closed (fixed)

Updating INSTALLED_APPS with 'django.contrib.admin' not mentioned in NFA docs

Reported by: dacort <django@…> Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the documentation located here: http://www.djangoproject.com/documentation/admin/

it is not mentioned that 'django.contrib.admin' needs to get added to INSTALLED_APPS. It seems like this is necessary to get admin templates.

The documentation should be updated to reflect this.

Change History (1)

comment:1 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed

(In [8010]) Fixed #7850 -- Added adding django.contrib.admin to INSTALLED_APPS to the steps to activating the Django admin site. Thanks dacort for the report.

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