Display only some of the page numbers by django pagination

前端 未结 8 1249
盖世英雄少女心
盖世英雄少女心 2020-12-07 10:34

I am using the django paginator in the template. Its working ok, but not good when there\'s large numbers of pages.

views.py:

def blog(request):
             


        
8条回答
  •  旧巷少年郎
    2020-12-07 11:01

    You can use the following code.

           
    

提交回复
热议问题