Posts tagged with "pagination"
There are a total of 2 posts.
Exploring Class-Based Views (CBV) Series ⑧ - Deep Dive into Pagination and Search Functionality – Extending ListView
Published Jun 13, 2025 by whitedec
This post introduces practical strategies for implementing pagination, search, and sorting functionalities by extending Django ListView, enhancing user experie…
#django , #python , #listview , #pagination , #searchview , #sorting , #cbv advanced , #extending generic view
Exploring Class-Based Views (CBV) Series ④ - How to Use ListView & DetailView
Published Jun 07, 2025 by whitedec
Automate listing and detail pages with Django ListView and DetailView. Explore practical strategies to implement pagination, sorting, and data output in just a…
#django , #python , #cbv , #listview , #detailview , #generic view , #pagination , #automating data output