django-comments-xtd
django-comments-xtd copied to clipboard
A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
Hey, Without javascript plugin everything looks fine and I'm able to have my custom templates. When I load it though and add the line ``, the templates are gone and...
Hi All please confirm if anyone has tested Django Comments Xtd with django 4.0 and python 3.10
This relies on https://github.com/django/django-contrib-comments/pull/188 and adds interchangeable model keys also to `django-comments-xtd`.
I would like to use UUIDs instead of IDs as mentioned in #179. Since I don't have UUID set as primary key in my app and it would be very...
Hello, how can I use the paginator in the comments? I didn't see this in the documentation.
Release 3.0.0: * Implements enhancement reported in #161. * Fixes issue #194, about setting `COMMENTS_HIDE_REMOVED` and the new setting `COMMENTS_XTD_PUBLISH_OR_WITHHOLD_NESTED`. Up until v3.0.0 removed comments were listed but their content...
Creating a separate ticket as discussed in https://github.com/danirus/django-comments-xtd/issues/162. Users should be able to delete their own comments. Any workaround till then?
I've tried implementing this from the view without success and I was wondering if such a feature existed. I want to list top 5 comments for example on an object....
I added OrderingFilter to the comments API to enable sorting by particular fields. I also added `submit_date_timestamp` to be able to sort by date and it could be also helpful...
Hi, Just started using this app and I think it's great so far! I really want to switch to the API backend but doing so requires a primary key field...