随笔分类 -  Django

摘要:1. 使用URL命名空间 # urls.py from django.urls import path, include from rest_framework.routers import DefaultRouter # 导入你的视图集 from .views import V1ViewSet, 阅读全文
posted @ 2025-07-09 11:23 代码诠释的世界 阅读(9) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_43064185/article/details/100890934 https://blog.csdn.net/csdnyyws/article/details/120718187 阅读全文
posted @ 2025-05-27 17:43 代码诠释的世界 阅读(56) 评论(0) 推荐(0)
摘要:参考链接: https://blog.csdn.net/qq_37107304/article/details/103731209 阅读全文
posted @ 2022-08-01 20:06 代码诠释的世界 阅读(115) 评论(0) 推荐(0)
摘要:1. django的内部运行流程图. (图片来源于网络, 如有侵权,请联系我删除, zhangsirblog@163.com) 阅读全文
posted @ 2019-03-13 13:47 代码诠释的世界 阅读(96) 评论(0) 推荐(0)