Django-threadedcomments[1] is a simple yet flexible threaded commenting system for Django. It uses Django's built-in django.contrib.comments app as a starting point, adds the ability to create hierarchies of comments, and then adds some of the functionality currently provided externally with comment_utils. There's also a built-in migration utility for converting django.contrib.comments to threadedcomments.
I've tried very hard to make this easy for others to use, including writing a tutorial [2] and complete API documentation [3]. Its also currently being used in another project of mine, so I'm committed to maintaining it for the forseeable future. Check it out and see if it's something you want to use. [1] http://code.google.com/p/django-threadedcomments/ [2] http://django-threadedcomments.googlecode.com/svn/trunk/docs/tutorial.txt [3] http://django-threadedcomments.googlecode.com/svn/trunk/docs/api.txt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---