How to show the larger number on the listview page?
This tutorial is for How to show the larger number on the list view page. This pagination is the process of separating print or digital content into discrete pages. You have been increasing the number of Questions one can see on a single page to 250. (The default is 100). And you can also set it to a smaller value. You can set it to 2 as list_per_page = 2
.
Example
@admin.register(Question)
class QuestionAdmin(admin.ModelAdmin):
...
list_per_page = 2