Opened 18 years ago
Closed 18 years ago
#4060 closed (fixed)
django.contrib.databrowse is dependant on django.contrib.admin
Reported by: | 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)
Change History (2)
by , 18 years ago
Attachment: | databrowse.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5016]) Fixed #4060 -- Databrowse no longer requires admin site to be installed