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/11/04/mysql%E6%8F%92%E5%85%A5%E5%80%BC%E6%9D%A5%E8%87%AA%E5%8F%A6%E4%B8%80%E5%BC%A0%E8%A1%A8/

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

  1. admin/
  2. wx/

The current path, 技术分享/2021/11/04/mysql插入值来自另一张表/, 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.