danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
595 stars 158 forks source link

Paginator #367

Open Tartali opened 2 years ago

Tartali commented 2 years ago

Hello, how can I use the paginator in the comments? I didn't see this in the documentation.

danirus commented 2 years ago

Hi Tartali, sorry for the late reply.

The paginator is implemented in a different branch. But I decided not to merge it here but rather fork the project from that branch in a new repository django-comments-ink.

It's still under development, and doesn't have docs yet, but maybe you can use the README.md file of the demos/project-quotes to setup that demo and see how the paginator is used. I wouldn't use the app in production yet, it's almost done but not finished yet.

The main differences between django-comments-xtd and django-comments-ink is that the latter: