django-discussion


A generic discussion application for Django

A generic discussion application for Django projects, designed to make it easy to integrate simple, nested discussions by registered users about any content item in your projects.

Features: * registering comments against any Model instance. * replying to specific comments for nested discussions. * generic views which take care of adding, editing and deleting comments against specific Models. * a template tag library for retrieving the number of comments made on any object or list of objects and comment trees themselves.

Based on an implementation of Modified Preorder Tree Traversal by Julio Nobrega, originally posted on the Django wiki.

NB: this application is being developed against the development version of Django (which is 0.97-pre at the time of writing), so you'll need a recent checkout of Django's SVN trunk to run it.

Project Information

Labels:
django generic discussion python