views:

1426

answers:

2

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.

+4  A: 

try this pinax

How stable is that? I mean it doesn't even unzip correctly (broken link to gdata)...
Vitaly
It's probably the most stable and actively-developed Django app out there.
cpharmston
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)
Jiaaro
+3  A: 

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

cpharmston