[Solved]-TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'get_template_names()'

2👍

I suspect that the problem is actually in your urls.py. If you point your url to the wrong view (maybe a CBV that you have associated to the /signup/ path), that could cause this error.

Leave a comment