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/2022/04/20/%E5%B7%A5%E5%85%B7%E9%9B%86%E5%90%88/

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

  1. admin/
  2. wx/

The current path, 技术分享/2022/04/20/工具集合/, 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.