How to limit query results with Django Rest filters

前端 未结 3 1912
南笙
南笙 2021-02-19 23:54

I am working on an api built with Django Rest Framework. I have defined several model classes and I have also created some filters to apply on certain

3条回答
  •  借酒劲吻你
    2021-02-20 00:07

    you should use the pagination api from django-rest

    http://www.django-rest-framework.org/api-guide/pagination/

    look at the limit option

提交回复
热议问题