Categories: djangopython

解决django运行时报错Specifying a namespace in include()

python3 Django2.0 环境下,如果你遇到namespace没有注册以及在根目录下urls.py中的include方法的第二个参数namespace添加之后就出错的问题。请在[app_name]目录下的urls.py中的urlpatterns前面加上app_name=’app_name’, app_name代表你的应用的名称。可以参考这篇:https://stackoverflow.com/questions/14892462/django-error-upolls-is-not-a-registered-namespace

Specifying a namespace in include() without providing an app_name ‘

django.core.exceptions.ImproperlyConfigured: Specifying a namespace in include() without providing an app_name is not supported. Set the app_name attribute in the included module, or pass a 2-tuple containing the list of patterns and app_name instead.

 

 

Kai

Share
Published by
Kai
Tags: django

Recent Posts

狗狗币最新挖矿教程

说明 如果你没有免费的电不建议…

1 周 ago

【国产软件】平替Veeam的容灾备份 云祺

最近在测试国产容灾备份软件,云…

3 周 ago

Veeam v12.3发布

下载链接: Veeam v12…

3 周 ago

江苏移动自建FTTR篇章9——HN8145XR挂K153与2.5G组网

 最近跑移动营业厅,知道了移动…

4 周 ago

异地组网新秀——节点小宝测试

有时候,我们想要搭建异地组网,…

1 月 ago