上一页 1 ··· 5 6 7 8 9
摘要: 1. 首先创建数据 , 创建表 2. 文件model.py代码: from django.db import models'''部门表'''class BuMen(models.Model): title = models.CharField(verbose_name='部门名称', max_len 阅读全文
posted @ 2022-04-02 10:12 我在春天等伱 阅读(320) 评论(0) 推荐(0)
摘要: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http://p 阅读全文
posted @ 2022-04-01 20:27 我在春天等伱 阅读(60) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9