为了账号安全,请及时绑定邮箱和手机立即绑定

url(r'^blog/', include('blog.urls', namespace='blog')),

jango.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


正在回答

3 回答

这是个良心答案 困扰了我一周的问题解决了

0 回复 有任何疑惑可以回复我~

https://img1.sycdn.imooc.com//5b69bfea00012bd408500236.jpg在blog的urls.py中添加app_name="blog"

1 回复 有任何疑惑可以回复我~

不支持

namespace='blog'

app_name='blog'

在二级路由url里面

0 回复 有任何疑惑可以回复我~
#1

欢哥6667

有出现新的错误,打开index网页提示TypeError:sequence item 0: expected str instance, tuple found
2017-12-11 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
django入门与实践
  • 参与学习       65159    人
  • 解答问题       869    个

手把手带你进入Django开发的大门,充分领略Django的魅力

进入课程

url(r'^blog/', include('blog.urls', namespace='blog')),

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信