摘要:
View Demo test 阅读全文
摘要:
1.定义get_queryset()方法 须在urls中指定base_name test 2.django-filter 安装步骤相见文档https://django-filter.readthedocs.io/en/master/guide/install.html https://www.dja 阅读全文
摘要:
1.定义VIew 2.两种方式配置url 阅读全文
摘要:
drf提供了更快捷的查询方法ListModelMixin+GenericAPIView,和ListAPIView 1.ListModelMixin+GenericAPIView 2.ListAPIView 我们可以从源码中看到ListAPIVIew继承了ListModelMixin+GenericA 阅读全文
摘要:
serializer用起来稍微麻烦,可以使用ModelSerializer,类似于django里的Form与ModelForm 1.定义ModelSerializer 2.View引用 3.test 阅读全文
摘要:
1.定义Model对应的serializer 2.定义View 3.url配置 4.doc查看 阅读全文
摘要:
1.打开drf官网https://www.django-rest-framework.org/,把相关的包pip install 2.INSTALLED_APPS添加drf 3.url配置 4.test 阅读全文
摘要:
django返回json有以下三个版本 阅读全文