Page not found (404)

Request Method: GET
Request URL: http://k-zone.xyz/%25E6%258A%2580%25E6%259C%25AF%25E5%2588%2586%25E4%25BA%25AB/feed/

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

  1. admin/
  2. wx/

The current path, %E6%8A%80%E6%9C%AF%E5%88%86%E4%BA%AB/feed/, 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.