The django-fluent-comments module enhances the default appearance of the django_comments application to be directly usable in web sites.
Features:
- Ajax-based preview and posting of comments
- Configurable and flexible form layouts.
- Comment moderation, with auto-closing / auto-moderation after N days.
- E-mail notification to the site managers of new comments.
- Optional threaded comments support via django-threadedcomments.
- Optional Akismet integration for spam detection.
- Optional reCAPTCHA2 support via django-recaptcha or django-nocaptcha-recaptcha.
- Optional simple captcha support via django-simple-captcha.
The application is designed to be plug&play; installing it should already give a better comment layout.
First install the module and django_comments, preferably in a virtual environment:
pip install django-fluent-comments
Please follow the documentation at https://django-fluent-comments.readthedocs.io/
This module is designed to be generic, and easy to plug into your site. In case there is anything you didn't like about it, or think it's not flexible enough, please let us know. We'd love to improve it!
If you have any other valuable contribution, suggestion or idea, please let us know as well because we will look into it. Pull requests are welcome too. :-)