Page not found (404)

Request Method: GET
Request URL: http://artaime.com/blog/category/9/index.html

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

  1. [name='home']
  2. PandaQ/xadmin/
  3. account/
  4. blog/ index/ [name='articles']
  5. blog/ <int:article_pk>/ [name='article_detail']
  6. blog/ categories/ [name='categories']
  7. blog/ tags/ [name='tags']
  8. blog/ category/<int:category_pk>/ [name='category']
  9. blog/ tag/<int:tag_pk>/ [name='tag']
  10. comment/
  11. search/

The current path, blog/category/9/index.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.