Django中指定生成表名的方法

在模型类中定义元类:

class Meta:
    de_table = 'tableName' #指定表名

 

posted on 2019-03-22 21:50  biwentao  阅读(352)  评论(0编辑  收藏  举报

导航