Tagged Questions

1
vote
2answers
891 views

Django Paginated Comments .. is there any existing solutions?

is there any existing pagination solution for Django contrib.comments? What I need is just a simple paginated django comments, for the Basic Blog application (from the Django Basic Apps) I used, ...