2019年3月5日
摘要: 本文转载自https://blog.csdn.net/xiaogeldx/article/details/88084034 表关系 一对一(OneToOne) 通过本表的主键外键关联另一张表的主键 创建张学生详情表(在students的models.py文件中) from django.db imp 阅读全文
posted @ 2019-03-05 20:02 小哥东 阅读(215) 评论(0) 推荐(0)
摘要: 本文转载自https://blog.csdn.net/xiaogeldx/article/details/88096341 HttpRequest对象 服务器接收到http协议的请求后,会根据报文创建HttpRequest对象视图函数的第一个参数是HttpRequest对象在django.http模 阅读全文
posted @ 2019-03-05 19:59 小哥东 阅读(587) 评论(0) 推荐(0)