用django-social-auth 做中国社交网站三方登录(qq,微博,豆瓣,百度,人人,微信)
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> TODO 我写这个demo之后, python-social-auth, django-social-auth的作者(一个人), 对这两个库进行了比较大的更新,pip里面甚至下掉了django-social-auth, 0.8.1这个版本, 因此让demo能够跑起来,你可能需要用我的两个fork版本. python-social_auth一个我的fork版本 django-social-auth一个我的fork版本 我已经在requirements.txt中去掉了这两个关键库,请手动clone安装. 注意安装顺序,需要先装python-social-auth, 再装django-social-auth(因为里面的一些依赖我暂时没改) git clone https://github.com/duoduo369/python-social-auth.git git clone https://github.com/duoduo369/django-social-auth.git cd python-social-auth的目录 pip install -e . cd django-social-auth的目录 pip install -e . 由于这两个版本还在不定期更新中