Can a Django ManyToManyField contain multiple different Model classes? How would I order it?

前端 未结 0 496
故里飘歌
故里飘歌 2020-12-29 16:40

I\'m building a List model that I want to be able to contain and order various different other model types.

class Parent(models.Model):
    title

class Child         


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