摘要: 网址 https://blog.csdn.net/weixin_37773766/article/details/80330221 1. django 模型models 常用字段 1、models.AutoField 自增列 = int(11) 如果没有的话,默认会生成一个名称为 id 的列 如果要 阅读全文
posted @ 2021-06-10 15:09 沈海 阅读(560) 评论(0) 推荐(0)