开发者

What is the cleanest/simplest way to paginate django comments?

开发者 https://www.devze.com 2023-04-11 18:24 出处:网络
Using Django\'s built in comment framewor开发者_如何学Pythonk what is the cleanest/simplest way to the paginate comments?Or Django Endless Pagination:

Using Django's built in comment framewor开发者_如何学Pythonk what is the cleanest/simplest way to the paginate comments?


Or Django Endless Pagination: http://django-endless-pagination.readthedocs.org/en/latest/


Using Django's Built-In Pagination Framework.
https://docs.djangoproject.com/en/dev/topics/pagination/

Or Google Code Django-Pagination.
http://code.google.com/p/django-pagination/

0

精彩评论

暂无评论...
验证码 换一张
取 消