Python+Django社交网络开源项目
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1353097/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Python+Django social network open source projects
提问by Vitaly
I'm looking for some open source, free to change and use project written on Pyton+Django with following features:
我正在寻找一些开源的,可以自由更改和使用在 Pyton+Django 上编写的具有以下功能的项目:
- 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)
- 博客(针对网站,不针对用户)
- 用户注册
- 用户档案
- 添加好友,查看好友添加的内容
- 活跃用户奖励系统(carma、评级)
- 内容分级
- 评论
- 可能不同的用户级别(用于自动审核)
Basically all features of modern social network :) Just want to find some foundation to build site on top of it.
基本上现代社交网络的所有功能:) 只想找到一些基础来在其上构建站点。
回答by
Django has authenticationand commentingbuilt in, but most of the rest is covered by Pinax.
回答by user722584
There is an application that covers all of your requirements: vikuit.
django, python, social network, profiles, rating, registration....
django、python、社交网络、个人资料、评级、注册....
It's open source, so you can adapt or improve. I used their forums and SSO as a base for another app.
它是开源的,因此您可以适应或改进。我使用他们的论坛和 SSO 作为另一个应用程序的基础。