gpt4 book ai didi

python - DJANGO:没有名为 social_auth.backends.contrib.github 的模块

转载 作者:太空宇宙 更新时间:2023-11-04 03:23:53 27 4
gpt4 key购买 nike

当我尝试使用 github auth 后端登录时出现此错误

No module named social_auth.backends.contrib.github

设置.py

AUTHENTICATION_BACKENDS = (
'social_auth.backends.contrib.github.GithubBackend',
'django.contrib.auth.backends.ModelBackend',
)

最佳答案

应该是

AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend',
'social.backends.github.GithubOAuth2',
)

python-social-auth

关于python - DJANGO:没有名为 social_auth.backends.contrib.github 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33722420/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com