Django Admin Form for Many to many relationship
- by Anand
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.