Page not found (404)

Request Method: GET
Request URL: http://zhaohuanan.cc/2020/11/19/23.Java/%25E5%25B0%259A%25E7%25A1%2585%25E8%25B0%25B7java%25E9%259B%25B6%25E5%259F%25BA%25E7%25A1%2580%25E6%2595%2599%25E7%25A8%258B/java-%25E7%25AC%25AC20%25E7%25AB%25A0-java%25E9%25AB%2598%25E7%25BA%25A7-%25E6%25A6%2582%25E8%25BF%25B0/

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

  1. ^favicon\.ico$
  2. ^adminx/
  3. ^accounts/
  4. ^accounts/
  5. ^$ [name='index']
  6. ^hot/$ [name='index_hot']
  7. ^article/(?P<slug>[\w-]+)/$ [name='detail']
  8. ^category/(?P<slug>[\w-]+)/$ [name='category']
  9. ^category/(?P<slug>[\w-]+)/hot/$ [name='category_hot']
  10. ^tag/(?P<slug>[\w-]+)/$ [name='tag']
  11. ^tag/(?P<slug>[\w-]+)/hot/$ [name='tag_hot']
  12. ^about/$ [name='about']
  13. ^timeline/$ [name='timeline']
  14. archive/$ [name='archive']
  15. ^silian\.xml$ [name='silian']
  16. ^search/$ [name='search_view']
  17. ^comment/
  18. ^robots\.txt$ [name='robots']
  19. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  20. ^feed/$ [name='rss']
  21. ^media\/(?P<path>.*)$
  22. ^api/v1/
  23. ^tool/

The current path, 2020/11/19/23.Java/%E5%B0%9A%E7%A1%85%E8%B0%B7java%E9%9B%B6%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/java-%E7%AC%AC20%E7%AB%A0-java%E9%AB%98%E7%BA%A7-%E6%A6%82%E8%BF%B0/, 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.