By Daniel Rus Morales <http://danir.us/>
- http://pypi.python.org/pypi/django-comments-xtd/
- http://github.com/danirus/django-comments-xtd/
A reusable Django app that extends the built-in Django's Comments Framework with:
- Optional notification of follow-up comments via email
- Comment confirmation via email when users are not authenticated
- Comments hit the database only when have been confirmed
- Template tags to list/render the last N comments posted to any list of models
- Comments formatted in Markdown, reStructuredText, linebreaks or plain text
- Threaded emails to avoid response blocking
Read the documentation at:
Includes two demo sites and a limited test suite. If you commit code, please consider adding proper coverage (especially if it has a chance for a regression) in the test suite.
Run the tests with: python setup.py test