摘要: 一、建立数据库模型类 1.在model里创建模型类。(继承models.Model) from django.db import models # Create your models here. class Role(models.Model): role_name = models.CharFi 阅读全文
posted @ 2020-11-01 19:10 王彬。 阅读(80) 评论(0) 推荐(0)