Page not found (404)

Request Method: GET
Request URL: http://k-zone.xyz/%E6%8A%80%E6%9C%AF%E5%88%86%E4%BA%AB/2021/04/13/python-%E5%85%A8%E5%B1%80%E5%BC%82%E5%B8%B8%E6%8D%95%E8%8E%B7/

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

  1. admin/
  2. wx/

The current path, 技术分享/2021/04/13/python-全局异常捕获/, didn’t match any of these.

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.