Django model inheritance primary keys

前端 未结 0 1151
野性不改
野性不改 2020-12-07 16:40

I am using Django model inheritance. Similar to the example from the documentation:

from django.db import models

class Place(models.Model):
    name = models         


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