摘要:
view demo serializerDemo 阅读全文
摘要:
新建Backend类 配置settings 阅读全文
摘要:
建议使用djangorestframework-jwt或者djangorestframework_simplejwt,文档为 https://github.com/GetBlimp/django-rest-framework-jwt https://github.com/davesque/djang 阅读全文
摘要:
https://www.django-rest-framework.org/api-guide/authentication/#basicauthentication 1.INSTALLED_APPS 2.REST_FRAMEWORK配置 3.migrate生成表 4.创建一个token 5.生成o 阅读全文
摘要:
1.View Demo 2.SerializerDemo 3.test 阅读全文
摘要:
1.定义View 2.定义Serializer 3.配置urls 4.test 阅读全文