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.

  • urls 中,注释了系统的默认配置,这时就需要在setting配置文件中,替换掉该项目默认的配置: app名称.app.App名称config(一般输到app.就会自动跳出后面的config)
相关推荐
h***04771 天前
SpringBoot(7)-Swagger
java·spring boot·后端
v***91301 天前
Spring boot创建时常用的依赖
java·spring boot·后端
Cosolar1 天前
银河麒麟 / aarch64 系统:Docker + Docker Compose 完整安装教程
后端·程序员·架构
Wise玩转AI1 天前
Day 27|智能体的 UI 与用户交互层
人工智能·python·ui·ai·chatgpt·ai智能体
星释1 天前
Rust 练习册 100:音乐音阶生成器
开发语言·后端·rust
kaliarch1 天前
2025年IaC生态全景与实践指南:从工具选型到多云治理
后端·云计算·自动化运维
Coder-coco1 天前
个人健康管理|基于springboot+vue+个人健康管理系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·后端·mysql·论文
b***65321 天前
springboot整合mybatis-plus(保姆教学) 及搭建项目
spring boot·后端·mybatis
5***E6851 天前
Spring Boot与MyBatis
spring boot·后端·mybatis
s***46981 天前
【玩转全栈】----Django模板语法、请求与响应
数据库·python·django