django中,无法跳转到请求的html页面?
出现错误: You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
·
出现错误: You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
- 在urls中,注释了系统的默认配置,这时就需要在setting配置文件中,替换掉该项目默认的配置: app名称.app.App名称config(一般输到app.就会自动跳出后面的config)



更多推荐
所有评论(0)