1
摘要: 一 、先设置一些相关配置 1. 创建数据库模型。 在app01 下创建 from django.db import models # Create your models here. class Author(models.Model): nid = models.AutoField(primary 阅读全文
posted @ 2018-06-05 08:06 萌哥-爱学习 阅读(259) 评论(0) 推荐(0) 编辑