You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I'm in need of a graphical query interface for my Django app, similar
to what OpenOffice Base and MS Access provide. Ideally it would allow
the user to select a Django Admin action to perform on the returned
results, or drill into the related records. I struck out with google
and Django Packages. Anyone know of such a beast or have any
suggestions?
Derek
unread,
May 21, 2012, 3:56:48 AM5/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I also have searched for such a beast in the past...
Would obviously need much more work ito plugging into the admin site
(although most Django developers would recommend against hacking the
admin to this extent - you would be better off with your own custom
interface)