Django Admin Stack Inline Itself (Same Model) Indefinitely

前端 未结 0 630
野趣味
野趣味 2021-02-05 07:24

Given the following models

class File(models.Model):
    id = models.AutoField(primary_key=True)

class Loop(models.Model):
    id = models.AutoField(primary_key=         


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