I am tying to write a digg , hackernews , http://collectivesys.com/ like application where users submit something and other users can vote up or down , mark items as favorite ect . I was just wondering if there are some open source implementations django/python that i could use as starting point , instead of reinventing the wheel by starting from scratch.
+6
A:
Check out Pinax and Django Pluggables for some pre-made Django apps to help you out.
Paolo Bergantino
2009-05-15 06:32:02
Pinax looks promising . Thanks
Surya
2009-05-15 06:34:46
+4
A:
reddit is open source, written mostly in python. Apart from the code, there might be some algorithms you may find helpful.
sandesh247
2009-05-15 06:57:22
+2
A:
I'd recommend taking a close look at the django-voting project on Google Code.
They claim to be an django implementation of "Reddit Style Voting"
Henrik Joreteg
2009-05-15 14:31:08