login() got an unexpected keyword argument 'template_name' django code example
Example: login() got an unexpected keyword argument 'template_name' django
url(r'^$', LoginView.as_view(template_name='landing.html'), name='landing')
url(r'^$', LoginView.as_view(template_name='landing.html'), name='landing')