On Thu, 2008-11-20 at 00:19 -0800, frans wrote: > Hi, I was wondering if there is some way to create a "matrix display" > for viewing/editing many to many relationships between objects ? > > I've been thinking to use django for network documentation. My idea is > to put all the networks we host or talk with in a matrix. Where you > see all the networks on the left, and on the top. > In the "cells" we could then define if traffic is allowed or not. And > maybe the direction. > > It should be possible with the django admin framework right ?
Not easily. It would require a reasonable amount of customisation and if you're not a programmer, would probably be quite difficult. Since there could be dozens or hundreds of objects on each axis, which makes a table that scrolls horizontally and vertically. You end up needing to develop something equivalent to a spreadsheet display. It would be possible to do something like this, since there are existing Javascript widgets -- such as YUI's DataTable -- which allow that sort of scrollable display. But it's not an out-of-the-box, flick-a-switch option. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---