Django Commenting framework and voting
Posted
by Hellnar
on Stack Overflow
See other posts from Stack Overflow
or by Hellnar
Published on 2010-05-23T10:18:09Z
Indexed on
2010/05/23
10:20 UTC
Read the original article
Hit count: 351
Hello,
I want to implement a commenting system for some pages by using the build-in commenting framework of Django. The only addition to the default commenting framework is that other registered users can up/down vote comments (one time allowed indeed), just like Digg or Reddit style.
I have found RedditStyleVoting however it seems out of date and not really covering what I am looking for.
© Stack Overflow or respective owner