Page not found (404)

Request Method: GET
Request URL: http://k-zone.xyz/2019/12/02/git-%25E5%2588%25A0%25E9%2599%25A4%25E8%25BF%259C%25E7%25AB%25AF%25E5%2588%2586%25E6%2594%25AF/

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

  1. admin/
  2. wx/

The current path, 2019/12/02/git-%E5%88%A0%E9%99%A4%E8%BF%9C%E7%AB%AF%E5%88%86%E6%94%AF/, 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.