Re: Recursive comments

2007-12-07 Thread Thomas
] %} For the comment-on-the-comment form syntax would be: {% comment_form for comments.comment .id %} comments.comment key is looked up in the django_content_type table: [app_label][name] Thomas On Dec 8, 8:14 am, Thomas <[EMAIL PROTECTED]> wrote: > Hi list, > > any pointers on how to implemen

Recursive comments

2007-12-07 Thread Thomas
Hi list, any pointers on how to implement the recursive comments functionality slashdot/reddit-style (comments on the comments)? I think I can't use django.contrib.comments straight but need a wrapper application in my project directory ... Thanks, Thomas