Django - Add custom fields to records

前端 未结 0 1838
梦谈多话
梦谈多话 2020-12-31 22:05

Suppose we have a Mode Table with common fields (id, name, date_creation)

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


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