Django Admin Form for Many to many relationship

前端 未结 4 1294
无人共我
无人共我 2020-12-24 08:15

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

4条回答
  •  Happy的楠姐
    2020-12-24 08:41

    For people who still bump into this, it might be worth checking ​https://github.com/kux/django-admin-extend

    It provides a mechanism for injecting bidirectional many-to-many fields in ModelAdmins that have already been defined by other apps.

提交回复
热议问题