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
594 stars 158 forks source link

Comment feedback signal #253

Closed Loneattic closed 3 years ago

Loneattic commented 3 years ago

The signal like comment_rated is sorely lacking. For example, I need to change the user's rating when someone rates his comment.

Loneattic commented 3 years ago

okay. @receiver(post_save, sender=CommentFlag)