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: 338

Filed under:
|
|

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

Related posts about django

Related posts about digg

  • How to extract digg data by digg api

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I am trying to extract digg data for a user using this url "http://services.digg.com/user/vamsivanka/diggs?count=25&appkey=34asd56asdf789as87df65s4fas6" and the web response is throwing an error "The remote server returned an error: (403) Forbidden." Please let me know. public static XmlTextReader… >>> More

  • extract digg data by digg api

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I am trying to extract digg data for a user using this url "http://services.digg.com/user/vamsivanka/diggs?count=25&appkey=34asd56asdf789as87df65s4fas6" and the web response is throwing an error "The remote server returned an error: (403) Forbidden." Please let me know. public static XmlTextReader… >>> More

  • [Rails] OAuth with Digg API

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I'm attempting to get Rails to play nice with the Digg API's OAuth. I'm using the oauth gem (ruby one, not the rails one). My code looks approximately like this: @consumer = OAuth::Consumer.new(API_KEY, API_SECRET, :scheme => :header, :http_method => :post, :oauth_callback => "http://locahost:3000"… >>> More

  • [Rais] OAuth with Digg API

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I'm attempting to get Rails to play nice with the Digg API's OAuth. I'm using the oauth gem (ruby one, not the rails one). My code looks approximately like this: @consumer = OAuth::Consumer.new(API_KEY, API_SECRET, :scheme => :header, :http_method => :post, :oauth_callback => "http://locahost:3000"… >>> More

  • Digg Moves From MySQL to NoSQL

    as seen on Internet.com - Search for 'Internet.com'
    <b>Datamation:</b> "Social networking and voting site Digg is rewriting its underlying software infrastructure in an effort to improve performance and scalability. Part of that effort involves moving away from the MySQL database that has helped to power Digg since its creation." >>> More