1
georgema1982 Oct 3, 2017
取决于你要做怎么样的分页。如果是做成表格的分页,django tables2( https://github.com/bradleyayers/django-tables2)有不错的实现
|
2
HelloAmadeus Oct 3, 2017
from django.core.paginator import Paginator
|