thank you for helping
But I'm trying to create reset password view, without using the default Django reset password to view. by following this tutorial: https://wsvincent.com/django-user-authentication-tutorial-password-reset/ and a second tutorial https://simpleisbetterthancomplex.com/tutorial/2016/09/19/how-to-create-password-reset-view.html
Now the problem, when I set up everything in the registration folder, the framework still use the default Django reset password page, but my login is using my customize page, why is that? I'm stup
my code is the same as the code for the tutorial but for better, understanding I posted a picture of the Django Project URL here:my codes structure of password reset
Comments
Post a Comment