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!

link|improve this question

25% accept rate
feedback

1 Answer

Something like this?

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

link|improve this answer
Thx Dav. Yes, i am looking for something like that. I was wondering why i don't have this code in my django implementation user@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 Aug 9 '09 at 23:55
The moderation of comments was introduced in Django 1.1. Check that you have that version. – juanjux Aug 10 '09 at 10:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.