项目场景:

刚开始绑定URL的时候报错Page not found 404;

Using the URLconf defined in xx.urls, Django tried these URL patterns, in this order


问题描述:

Using the URLconf defined in xx.urls, Django tried these URL patterns, in this order

Django绑定URL时报错Page not found 404

原因分析:

绑定多个URL时候没有主页了,直接访问主页他就这么报错


解决方案:

给定一个html做主页就好了

相关文章: