Bulk create with multi-table inheritance models

前端 未结 0 664
遇见更好的自我
遇见更好的自我 2020-12-23 15:00

I\'m using multi-table inheritance models.

from django.db import models

class Place(models.Model):
    name = models.C         


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