vote up 0 vote down star

Hey,

I'm looking for some open source, free to change and use project written on Pyton+Django with following features:

  • Blog (for site, not for users)
  • Users Registration
  • User Profiles
  • Adding friends, watching what friends added
  • Award system for active users (carma, rating)
  • Content rating
  • Comments
  • Probably different users levels (for automatic moderation)

Basically all features of modern social network :) Just want to find some foundation to build site on top of it.

flag

2 Answers

vote up 3 vote down check

try this pinax

link|flag
How stable is that? I mean it doesn't even unzip correctly (broken link to gdata)... – Vitaly Aug 30 at 6:21
1  
It's probably the most stable and actively-developed Django app out there. – cpharmston Aug 30 at 12:50
I have been using pinax for several django based webapps and havn't had any issues (aside from a few things that popped up when upgrading to django 1.1) – Jim Robert Aug 31 at 14:58
vote up 3 vote down

Django has authentication and commenting built in, but most of the rest is covered by Pinax.

link|flag

Your Answer

Get an OpenID
or

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