摘要: ### 数据库操作 增加操作 from blog.models import Blog b = Blog(name='Beatles Blog', tagline='All the latest Beatles news.') b.save() 基本查询操作 get用法 ```python BookInfo.objects.get(id=3) - ####... 阅读全文
posted @ 2019-03-30 18:28 wenpengsoft 阅读(87) 评论(0) 推荐(0) 编辑