Page not found (404)

Request Method: GET
Request URL: http://zhaohuanan.cc/2020/11/10/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%AC3%E7%AB%A0-%E5%AE%9E%E6%88%98%E9%A1%B9%E7%9B%AE%E4%B8%80-%E5%AE%B6%E5%BA%AD%E8%AE%B0%E8%B4%A6%E8%BD%AF%E4%BB%B6/

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/10/23.Java/尚硅谷java零基础教程/java-第3章-实战项目一-家庭记账软件/, 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.