会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
coderxueshan
博客园
首页
新随笔
联系
订阅
管理
2023年8月12日
django(图书管理系统)
摘要: 一、表的设计 from django.db import models # Create your models here. class Book(models.Model): title = models.CharField(max_length=32, verbose_name='书名') pr
阅读全文
posted @ 2023-08-12 00:02 coder雪山
阅读(255)
评论(0)
推荐(0)
公告