Opened 18 years ago

Closed 18 years ago

#4060 closed (fixed)

django.contrib.databrowse is dependant on django.contrib.admin

Reported by: Simon G. <dev@…> Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: Keywords: databrowse
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

To view an object in databrowse you need to have the admin site installed or else you'll raise an ImproperlyConfigured exception:

Caught an exception while rendering: You'll need to put 'django.contrib.admin' in your INSTALLED_APPS setting before you can use the admin application.

This should be mentioned in the databrowse docs.

Change History (2)

by Simon G. <dev@…>, 18 years ago

Attachment: databrowse.diff added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [5016]) Fixed #4060 -- Databrowse no longer requires admin site to be installed

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