会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
jing_1
博客园
首页
新随笔
联系
订阅
管理
2017年11月23日
python_day19 Django多表关联查询
摘要: class Book(models.Model): title=models.CharField(max_length=32) # 书籍与出版社: 一对多 publisher=models.ForeignKey(to="Publish",to_field="id") # 与这本书关联的出版社对象,因
阅读全文
posted @ 2017-11-23 10:23 jing_1
阅读(4152)
评论(1)
推荐(1)
编辑
公告