How to create union with two or more django-models to ManyToMany field?

前端 未结 0 2020
一向
一向 2021-02-05 04:18

I have 3 models in 3 different apps.

APP 1:
class ModelA(models.Model)
    title = models.CharField(max_length=200)
    organization = models.ForeignKey(Organizat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题