Giter Site home page Giter Site logo

mjroson / 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 4.18 MB

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

License: BSD 2-Clause "Simplified" License

Python 79.86% Shell 2.41% HTML 17.73%

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

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 four 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.
  4. custom_comments: How to extend django-comments-xtd with your own comment model and form.

django-comments-xtd's People

Contributors

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

Watchers

James Cloos avatar Matiar 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.