1 min readFeb 22, 2018
Hey Subham,
Having pagination on a summary table is a bit weird.
If you still think it’s neccessary start by remove the override in the template {% block pagination %}{% endblock %}
and see if you can use Django admin built in function to apply pagination on the queryset.