Page not found (404)

No Tag matches the given query.
Request Method: GET
Request URL: http://www.shimon.cn/tag/zi-ran-yu-yan-chu-li.html
Raised by: blog.views.TagDetailView

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

  1. ^admin/
  2. [name='index']
  3. page/<int:page>/ [name='index_page']
  4. article/<int:year>/<int:month>/<int:day>/<int:article_id>.html [name='detailbyid']
  5. category/<slug:category_name>.html [name='category_detail']
  6. category/<slug:category_name>/<int:page>.html [name='category_detail_page']
  7. author/<author_name>.html [name='author_detail']
  8. author/<author_name>/<int:page>.html [name='author_detail_page']
  9. tag/<slug:tag_name>.html [name='tag_detail']

The current path, tag/zi-ran-yu-yan-chu-li.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.