Posted on Wed, 25 Dec 2024 11:07:27 +0800 by LiangMingJian
在 Django 中,程序能自动的在templates目录下寻找名为404.html的文件,在路径错误时自动跳转并根据文件生成 404 界面。
templates
404.html
需要注意的是,当 DEBUG = True 时,系统不会调用 404 文件。