Pagination in Djano rest framework
- Refer Here for the official docs
- We have added Limit offset pagination Refer Here for the changes
- Now lets use page number pagination Refer Here for the changes
Filtering the Data in Djano Rest Framework
- Refer Here for the official docs
- lets install filter backend Refer Here
- Refer Here for full field value searcher
- Now lets try to combine two filters Refer Here for the changes Done
- To implement your own filter Refer Here