摘要: 一、单表查询(增删改查): 1、配置数据库测试环境: 1.1、 models.py文件: from django.db import models # Create your models here. class User(models.Model): name = models.CharField 阅读全文
posted @ 2023-05-19 17:00 启动CR 阅读(41) 评论(0) 推荐(0)