Skip to content
 
 

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages