Django Admin Form for Many to many relationship

Posted by Anand on Stack Overflow See other posts from Stack Overflow or by Anand
Published on 2009-03-18T21:55:24Z Indexed on 2010/04/02 13:03 UTC
Read the original article Hit count: 517

I have a many to many relationship between 2 tables Users an Domains. I have defined this relationship in the Domains class. So in the admin interface I see the Users when I am viewing Domains. But I do not see Domains when I am viewing Users. How can I achieve this.

© Stack Overflow or respective owner

Related posts about django

Related posts about django-admin