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.
Asked
Active
Viewed 2,266 times
4 Answers
6
Check out Pinax and Django Pluggables for some pre-made Django apps to help you out.

Paolo Bergantino
- 480,997
- 81
- 517
- 436
-
Pinax looks promising . Thanks – Surya May 15 '09 at 06:34
5
reddit is open source, written mostly in python. Apart from the code, there might be some algorithms you may find helpful.

DmitrySandalov
- 3,879
- 3
- 23
- 17

sandesh247
- 1,658
- 1
- 18
- 24
3
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
- 1,698
- 16
- 18