上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 47 下一页
摘要: 之前试了一次: 用的django2.0.2, 各种报错, 光是报错能解决快一天, 所以特别不推荐用xadmin 使用文档: https://xadmin.readthedocs.io/en/docs-chinese/feature.html 参考1: https://blog.csdn.net/Ma 阅读全文
posted @ 2022-09-08 16:26 tslam 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 1 看django官方文档: https://docs.djangoproject.com/zh-hans/2.2/ref/contrib/admin/ 2 其他文档: https://www.runoob.com/django/django-admin-manage-tool.html 阅读全文
posted @ 2022-09-07 21:30 tslam 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 原因 1) url错误 2) 后端也可以code=404返回给前端呀. 案例1: 你启动django后前端首页是: 找原因: 最后发现是(你说打脸不打脸) 阅读全文
posted @ 2022-09-07 20:57 tslam 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 转载自: https://blog.csdn.net/Vertira/article/details/123346173 图1 图2 阅读全文
posted @ 2022-09-07 18:19 tslam 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 见下图 阅读全文
posted @ 2022-09-07 10:31 tslam 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 转载自: https://zhuanlan.zhihu.com/p/54044105 Django项目中我们要经常根据项目的需要添加或删减一个模型(models)的字段,有时还要改变某个字段的数据类型,这时你可能会遇到各种意想不到的问题。小编我今天就尝试总结下Django更改模型过程中易出现的3种问 阅读全文
posted @ 2022-09-07 09:53 tslam 阅读(1523) 评论(0) 推荐(0) 编辑
摘要: 右键 > 开发者模式 > 打开网络 > 刷新页面 > 看响应 > 一个个看响应, 看哪个响应与像找的数据一样 或 可以看‘预览’ 阅读全文
posted @ 2022-09-06 23:23 tslam 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1 迁移 2 查看应用下migrations文件夹是否存在 阅读全文
posted @ 2022-09-06 23:15 tslam 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 根据header中请求url在django路由中找 阅读全文
posted @ 2022-09-06 23:11 tslam 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 一种办法: 把库复制到本地. 线上库,保存为文件后,在本地恢复起来. 阅读全文
posted @ 2022-09-06 23:10 tslam 阅读(36) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 47 下一页