django-rest-auth:电子邮件验证失败,出错

时间:2016-06-21 10:17:02

标签: django django-allauth django-rest-auth

ImproperlyConfigured

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

TemplateResponseMixin要求template_name的定义或get_template_names()的实施

我是 Django 的新手。

1 个答案:

答案 0 :(得分:0)

将此代码粘贴为urls.py的最后一行,它将处理所有验证网址

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