gpt4 book ai didi

python - Django 1.6 - 密码更改/重置模板

转载 作者:太空狗 更新时间:2023-10-30 00:56:12 24 4
gpt4 key购买 nike

我想使用 django 的密码更改/重置 View ,例如 View

django.contrib.auth.views.password_change

我需要创建一个名为

的模板
registration/password_change_form.html

问题是即使我在我的项目中实现了这个模板,django 仍然显示管理网站的密码更改页面,我可以让 django 使用我的模板的唯一方法是将它重命名为不同的东西 - 比如registration/password_change_form_1.html 然后传名字

url(r'^password/change/$',
auth_views.password_change,
{'template_name': 'registration/password_change_form_1.html',
'password_change_form': MyPasswordChangeForm},
name='password_change'),

我是不是漏掉了什么?为什么当我使用默认名称时 django 不使用我的模板?

最佳答案

我认为是因为您的应用位于 INSTALLED_APP 中的 django.contribute.admin 下。

关于python - Django 1.6 - 密码更改/重置模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21048268/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com