SocialProfile应用程序扩展

cssocialprofile的Python项目详细描述


CS社会档案

基于django-socialprofile,由Code Syntax改编

配置

只需将其写入settings.py文件:

SOCIAL_AUTH_PIPELINE = (
‘social_auth.backends.pipeline.social.social_auth_user’, ‘social_auth.backends.pipeline.associate.associate_by_email’, ‘social_auth.backends.pipeline.user.get_username’, ‘social_auth.backends.pipeline.user.create_user’, ‘social_auth.backends.pipeline.social.associate_user’, ‘social_auth.backends.pipeline.user.update_user_details’, ‘social_auth.backends.pipeline.social.load_extra_data’, ‘cssocialprofile.pipeline.extra_values.twitter_extra_values’, ‘cssocialprofile.pipeline.extra_values.facebook_extra_values’, ‘cssocialprofile.pipeline.extra_values.openid_extra_values’,

)

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java exoplayer启用视频字幕   java在读取RSS源时“1字节UTF8序列的1字节无效”   在Array Android Java中维护最新的5个用户?   swing命令在Java actionperformed中运行了两次   使用java将数据从cassandra迁移到多个文件   java connect MySQL数据库与playframework 2.5   java无法在片段中的SimpleAdapter中创建getView   java有线scala类型设计   java谷歌云消息开发者安卓代码崩溃   java使用@NoRepositoryBean运行Spring集成测试,没有@Repository实现   java在使用抽象类时为@RequestBody指定类型   java如何返回数组的和,并使用以下代码启动它?   java DecryptoJS中不返回所需数据的解密   java如何解析xml并选择要发送的项目   Eclipse中的java Google Web工具包   java获取两个文本的相似度百分比