What is the cleanest/simplest way to paginate django comments?
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/
精彩评论