Skip to content

Reusable Django app to extend the built-in Django's comments framework with follow up notifications and comment confirmation by email.

License

Notifications You must be signed in to change notification settings

rczajka/django-comments-xtd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-comments-xtd

By Daniel Rus Morales <http://danir.us/>

A reusable Django app that extends the built-in Django's Comments Framework with:

  1. Optional notification of follow-up comments via email
  2. Comment confirmation via email when users are not authenticated
  3. Comments hit the database only when have been confirmed
  4. Template tags to list/render the last N comments posted to any list of models
  5. Comments formatted in Markdown, reStructuredText, linebreaks or plain text
  6. 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

About

Reusable Django app to extend the built-in Django's comments framework with follow up notifications and comment confirmation by email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%