drf 分頁

drf實現分頁 1.在utils文件夾中新建一個paginations文件,內容如下 from rest_framework.pagination import PageNumberPagination class MyPageNumberPagination(PageNumberPagination): page_query_param = 'page' page_size_
相關文章
相關標籤/搜索