Opened 17 years ago

Closed 17 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

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.

Attachments (1)

databrowse.diff (717 bytes ) - added by Simon G. <dev@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

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

Attachment: databrowse.diff added

comment:1 by Adrian Holovaty, 17 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