Page not found (404)

Request Method: GET
Request URL: http://k-zone.xyz/2019/12/25/%25E8%25BD%25AC%25E8%25BD%25BDkafka-%25E5%2585%25A5%25E9%2597%25A8%25E4%25BB%258B%25E7%25BB%258D/

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/25/%E8%BD%AC%E8%BD%BDkafka-%E5%85%A5%E9%97%A8%E4%BB%8B%E7%BB%8D/, 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.