摘要: 1.第一种 Django orm 自动帮我们创建的表 Create your models here. class Book(models.Model): name = models.CharField(max_length=32) 第一种自动创建 authors = models.ManyToMa 阅读全文
posted @ 2019-09-24 09:00 Bitten 阅读(194) 评论(0) 推荐(0) 编辑