gpt4 book ai didi

python - 没有名为 backends.default.urls 的模块

转载 作者:太空狗 更新时间:2023-10-29 17:01:33 24 4
gpt4 key购买 nike

所以我已经通过 easy_install 安装了 django-registration。我正在按照快速入门指南尝试设置我的 urlConf,但是它说找不到名为 backends.defauls.urls 的模块。可能是什么问题?

import registration
(r'^accounts/', include('registration.backends.default.urls')),

最佳答案

(不是我的解决方案,但因为它隐藏在评论中)

你需要使用 include('registration.urls'),

代替 include('registration.backends.default.urls')

关于python - 没有名为 backends.default.urls 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4259497/

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