Closed popovvasile closed 7 years ago
You can look into the CommentModerator
class. We've implemented an example using the FluentCommentsModerator
class.. django-contrib-comments provides a framework to add moderation.
Also see: https://django-contrib-comments.readthedocs.io/en/latest/moderation.html
I've added a FLUENT_COMMENTS_MODERATE_BAD_WORDS
setting to the 1.4 release! You can use that now instead of having to reimplement a moderator.
How can I implement filtering the comments after identifying an uncensored word?