Django Rest Framework: PageNumberPagination doesn't work

后端 未结 0 519
长发绾君心
长发绾君心 2021-01-25 22:41

I\'ve created an APIView to list all posts of a blog:

from ..pagination import BlogPagination

class BlogPostAPIView(APIView):

    pagination_class          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题