当前位置:  开发笔记 > 编程语言 > 正文

使用Django的python-social-auth:ImportError:没有名为'social_django'的模块

如何解决《使用Django的python-social-auth:ImportError:没有名为'social_django'的模块》经验,为你挑选了1个好方法。



1> Alasdair..:

要将Django与python social auth一起使用,您还需要安装Django应用程序.

您可以在安装时指定要安装Django的额外要求python-social-auth:

pip install python-social-auth[django]

或者,在这种情况下,您可以单独安装缺少的包:

pip install social-auth-app-django

推荐阅读
oDavid_仔o_880
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有