Search code examples
djangodjango-comments

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


Using Django's built in comment framework what is the cleanest/simplest way to the paginate comments?


Solution

  • 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/