I’m on page 72 (of first book) trying to set up the password reset URLs. I copied in the URL patterns as listed and have the password templates in templates/registration.
I’m getting the following error:
from django.contrib.auth.views import ( ImportError: cannot import name 'password_reset'
According to this SO thread, it appears this no longer works?