django-social-login
django-social-login copied to clipboard
[DISCARDED]A Django APP for Social accounts login via OAuth2 Service
准备重写您的代码
准备重写您的代码,支持python3&django1.8+ 项目地址https://github.com/wsqy/django-social-auth
# -_\- coding: utf-8 -_- from django.http import HttpResponseRedirect # from django.db.models import get_model # 修改导入模块 from django.apps import apps # 找不到socialsites,应为SocialSites from socialoauth import SocialSites from socialoauth.utils import import_oauth_class...
提示cannot import name socialsites
@login_required decorator not work,it will always redirect to the login url although after I logined in using social account. please check it. thanks.