Page not found (404)

Request Method: GET
Request URL: http://www.k-zone.xyz/%E6%8A%80%E6%9C%AF%E5%88%86%E4%BA%AB/2021/04/09/django-%E7%9A%84%E8%87%AA%E5%AE%9A%E4%B9%89tag/

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/09/django-的自定义tag/, 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.