1👍
✅
You shouldn’t use the include()
function to attach the single view to the url:
url(r'^password_required/$', password_required.views.login),
Source:stackexchange.com