Tuesday, July 31, 2012

presenting a manytomany relationship in a tabular way

Hi all,
I start with django but after some searches I can't do what I want in the admin section of my app.
There's 3 tables, user(name, mail), mailinglist(name) and an intermediate table subscription where are stored all the users joining some mailinglists. 
How can I present the "subscription" table to the admins like a spreadsheet, where the first column represents the users emails and one other column is a mailinglist name. On each row, the admin can activate the subscription for each user by checking a checkbox?
thanks

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/OJSABe8rdWUJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment