摘要:
#1.第一种分页方式是在函数中使用 from api.utils.serializsers.pager import PagerSerialiser from rest_framework.response import Response from rest_framework.pagination 阅读全文
摘要:
1.下载JWT pip install djangorestframework-jwt 2.签发token #导入jwtfrom rest_framework_jwt.serializers import jwt_payload_handler from rest_framework_jwt.ser 阅读全文
摘要:
1.过滤下载 pip install django-filter 2.下载后注册 INSTALLED_APPS=['django_filters',] 3.导入rest_framework from django_filters import rest_framework class Doctors 阅读全文