tags:

views:

200

answers:

1

Hi all!

I need to implement a Karma System for moderating users. I am working with the great Django Framework and looking for an existing application for that.

Any suggestion?

Thx a lot!

+2  A: 

Something like this?

http://denislaprise.com/django_docs/django.contrib.comments.views.karma-module.html

Amber
Thx Dav. Yes, i am looking for something like that. I was wondering why i don't have this code in my django implementationuser@host:~/local/share/django-trunk/django$ grep -r Karma *user@host:~/local/share/django-trunk/django$ i just svn "uped" ..., is it a branch?i said before "somethink like that" because i am looking for something generic, not only for comments, but i think i can modify it and implement it whitout problems.ps.: scuse my english ... ;)
Xidobix
The moderation of comments was introduced in Django 1.1. Check that you have that version.
juanjux