Giter Site home page Giter Site logo

julianfox / django-comments-xtd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danirus/django-comments-xtd

0.0 2.0 0.0 267 KB

Reusable Django app that extends the django-contrib-comments framework with thread support, follow up notifications and comment confirmation by email.

License: BSD 2-Clause "Simplified" License

Python 79.69% Shell 2.00% HTML 18.31%

django-comments-xtd's Introduction

django-comments-xtd

Major version v1 is the latest to cover support from Django 1.4 to Django 1.9. Next major version v2.0 will only support officially maintained versions of Django.

TravisCI

Tested under:

  • Python 3.5 and django 1.9
  • Python 3.4 and django 1.8.7
  • Python 3.4 and django 1.7.11
  • Python 2.7 and django 1.7.11
  • Python 2.7 and django 1.4.20

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

A reusable django app that extends the django-contrib-comments framework with:

  1. Thread support, so comments may be nested
  2. The maximum thread level can be set up either for all models or on a per app.model basis
  3. Optional notification of follow-up comments via email
  4. Mute links on follow-up emails to allow follow-up notification cancellation
  5. Comment confirmation via email when users are not authenticated
  6. Comments hit the database only when have been confirmed
  7. Template tags to list/render the last N comments posted to any given list of app.model pairs
  8. Comments can be formatted in Markdown, reStructuredText, linebreaks or plain text
  9. Emails sent through threads (can be disable to allow other solutions, like a Celery app)

Read the documentation at:

Includes three 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

Check out the demo projects coming with the package:

  1. simple: Single model with non-threaded comments
  2. simple_threads: Single model with threaded comments up to level 2
  3. multiple: Several models with comments, and a maximum thread level defined on per app.model basis.

django-comments-xtd's People

Contributors

alej0varas avatar blag avatar danirus avatar fcurella avatar ojh avatar rczajka avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.