Page not found (404)

Request Method: GET
Request URL: http://zhaohuanan.cc/article/2021/8/2/34.html

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, article/2021/8/2/34.html, 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.