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