注意:django 404 自定义页面仅 debug = False 才生效
django 404、500 等配置文档:
http://doc.codingdict.com/django/topics/http/views.html#customizing-error-views
主 urls.py 定义 handler404、handler500 使用哪个函数
views.py 定义 handler404、handler500 函数使用的 html 页面
腾讯公益 404 HTML 代码:(本地文件运行会显示空白哦,要放到服务器上返回才能正常显示)
公益 404 效果: