Using Django's built in comment framework what is the cleanest/simplest way to the paginate comments?
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/