[Answer]-Using a second app in Django

1👍

You shouldn’t use the include() function to attach the single view to the url:

url(r'^password_required/$', password_required.views.login), 

Leave a comment