Vicente G. Reyes Posted on Aug 15, 2023 TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'get_template_names()' #python #django #help dj-rest-auth TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'get_template_names()' Aug 15 '23 Comments: Answers: 1 0 I'm using dj_rest_auth for authentication and when I click on the verify email link, this error comes out I overriden the ConfirmEmailView of django-allauth but still getting the error My views are: class CustomConfirmEmailView(ConfirmEmailView): template_name = 'accounts/register.html' Open Full Question Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)