上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 43 下一页
摘要: lookup_filed可以改变retrive查询时默认以pk查询的逻辑 阅读全文
posted @ 2019-04-06 15:46 chester·chen 阅读(828) 评论(0) 推荐(0) 编辑
摘要: https://www.django-rest-framework.org/api-guide/permissions/#custom-permissions PS:可以在view中配置authtication_classes,来指明特定的接口需要授权 阅读全文
posted @ 2019-04-06 15:28 chester·chen 阅读(801) 评论(0) 推荐(0) 编辑
摘要: 联合唯一可以使用django中的unique_together,和DRF中的UniqueTogetherValidator->https://www.django-rest-framework.org/api-guide/validators/#uniquetogethervalidator uni 阅读全文
posted @ 2019-04-06 15:08 chester·chen 阅读(1588) 评论(0) 推荐(0) 编辑
摘要: VIewDemo SerializerDemo 阅读全文
posted @ 2019-04-06 11:39 chester·chen 阅读(611) 评论(0) 推荐(0) 编辑
摘要: view demo serializerDemo 阅读全文
posted @ 2019-04-05 19:54 chester·chen 阅读(743) 评论(0) 推荐(0) 编辑
摘要: 新建Backend类 配置settings 阅读全文
posted @ 2019-04-05 17:22 chester·chen 阅读(981) 评论(0) 推荐(0) 编辑
摘要: 建议使用djangorestframework-jwt或者djangorestframework_simplejwt,文档为 https://github.com/GetBlimp/django-rest-framework-jwt https://github.com/davesque/djang 阅读全文
posted @ 2019-04-05 16:34 chester·chen 阅读(944) 评论(0) 推荐(0) 编辑
摘要: https://www.django-rest-framework.org/api-guide/authentication/#basicauthentication 1.INSTALLED_APPS 2.REST_FRAMEWORK配置 3.migrate生成表 4.创建一个token 5.生成o 阅读全文
posted @ 2019-04-05 13:03 chester·chen 阅读(1308) 评论(0) 推荐(0) 编辑
摘要: 1.View Demo 2.SerializerDemo 3.test 阅读全文
posted @ 2019-04-05 11:01 chester·chen 阅读(1670) 评论(0) 推荐(0) 编辑
摘要: 1.定义View 2.定义Serializer 3.配置urls 4.test 阅读全文
posted @ 2019-04-05 09:56 chester·chen 阅读(1335) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 43 下一页