Page not found (404)

没有找到符合查询的 文章
Request Method: GET
Request URL: http://perfxlab.cn/article/2023/5/9/55.html
Raised by: blog.views.ArticleDetailView

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

  1. ^admin/
  2. [name='perfindex']
  3. perfmpl [name='perfmpl']
  4. perfhs1 [name='perfhs1']
  5. perfriscvonfpga [name='perfriscvonfpga']
  6. perfxapi [name='perfxapi']
  7. perfcv [name='perfcv']
  8. perfrecruitment [name='perfrecruitment']
  9. perftechsupport [name='perftechsupport']
  10. perfindustrynews [name='perfindustrynews']
  11. perfmoreindustrynews [name='perfmoreindustrynews']
  12. perfmoreindustrynews_page/<int:page>/ [name='perfmoreindustrynews_page']
  13. perfsingleindustrynews/<int:year>/<int:month>/<int:day>/<int:article_id>.html [name='perfsingleindustrynews']
  14. perfaboutus [name='perfaboutus']
  15. page/<int:page>/ [name='index_page']
  16. article/<int:year>/<int:month>/<int:day>/<int:article_id>.html [name='detailbyid']

The current path, article/2023/5/9/55.html, matched the last one.

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.