/complete/email 在 python-social-auth 中不存在

/complete/email does not exist in python-social-auth

我正在使用 python-social-auth 登录功能。

我添加了 facebook 和 instagram 登录。现在我正在尝试使用电子邮件进行标准身份验证。

Documentation 说我的登录表单应该提交给 /complete/email

但是当我提交时它说 Page was not found

我做错了什么?也许文档已过时?

好吧,这是我的一个非常愚蠢的错误:

只需将 'social.backends.email.EmailAuth' 添加到 AUTHENTICATION_BACKENDS。