Django Pagination Next button does not show additional results

后端 未结 0 662
长情又很酷
长情又很酷 2020-12-12 01:30

I am struggling with the pagination of a DB search query and its results.

This is my views.py

class SearchView(ListView):
model = Project
template_name         


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