One of my Django apps uses Django Comments. To show a list of comments on a page I use this simple built-in template tag:
{% render_comment_list forobject %}
Tags
django- Read more about Improving Number of Queries Generated by Django Comment's render_comment_list Template Tag
- Add new comment