django-rest-auth : email verification failed, 给出错误

标签 django django-allauth django-rest-auth

配置不当

网址: /rest-auth/registration/account-confirm-email/[key]

TemplateResponseMixin需要 template_name 的定义或 get_template_names() 的实现

我是 Django 的新手。

最佳答案

将此代码粘贴到 un urls.py 的最后一行,它将处理所有验证 url

url(r'^accounts/', include('allauth.urls')),

关于django-rest-auth : email verification failed, 给出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37941699/

相关文章:

django - 如何使用curl登录Graphene Django应用程序?

django - 如何将来自Disqus的单点登录与django allauth集成

python - Django REST-Auth 密码重置

具有2个精度点的ModelForm中的Django FloatField

javascript - 为什么网站收不到 POST 请求?

python-3.x - 使用 django-rest-auth 和 allauth 进行 Google 身份验证

Django REST to React - 无需密码即可获取社交身份验证 token

Django-Rest-Auth:注册时需要另一个字段

Django Rest Framework,使嵌套关系超链接

需要 Django all-auth 电子邮件