谢谢你的帮忙

但我正在尝试创建重置密码视图,而不使用默认的Django重置密码来查看 . 按照本教程:https://wsvincent.com/django-user-authentication-tutorial-password-reset/和第二个教程https://simpleisbetterthancomplex.com/tutorial/2016/09/19/how-to-create-password-reset-view.html

现在问题是,当我在注册文件夹中设置所有内容时,框架仍然使用默认的Django重置密码页面,但我的登录是使用我的自定义页面,为什么呢?我很蠢

我的代码与教程的代码相同但为了更好,理解我在这里发布了Django项目URL的图片:my codes structure of password reset