문제

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/

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top