Using Django's built in comment framework what is the cleanest/simplest way to the paginate comments?
Asked
Active
Viewed 489 times
2
-
Previous question http://stackoverflow.com/questions/1028229/django-paginated-comments-is-there-any-existing-solutions – Alasdair Oct 06 '11 at 14:17
2 Answers
5
Or Django Endless Pagination: http://django-endless-pagination.readthedocs.org/en/latest/

Germano
- 2,452
- 18
- 25
1
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/