honzakral / django-threadedcomments

django-threadedcomments is a simple yet flexible threaded commenting system for Django.
BSD 3-Clause "New" or "Revised" License
623 stars 164 forks source link

Any tutorial? #83

Closed KhanMaytok closed 7 years ago

KhanMaytok commented 7 years ago

Anyone have a tutorial on how to implement correctly it? The readme is little short for implementations with child comments

vdboor commented 7 years ago

You can look into the example project that is part of this repository. The most important part is adding the template tags and overriding the templates.

You can also use django-fluent-comments, which adds an Ajax interface on top of this module too.