Page not found (404)

Request Method: GET
Request URL: http://k-zone.xyz/2020/07/04/%25E5%25B9%25BC%25E5%2584%25BF%25E5%259B%25AD%25E8%25AE%25B0%25E5%25BF%2586%25EF%25BC%2588%25E4%25B8%258D%25E6%2598%25AF%25E6%2588%2591%25EF%25BC%2589/

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

  1. admin/
  2. wx/

The current path, 2020/07/04/%E5%B9%BC%E5%84%BF%E5%9B%AD%E8%AE%B0%E5%BF%86%EF%BC%88%E4%B8%8D%E6%98%AF%E6%88%91%EF%BC%89/, 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.