Page not found (404)

Request Method: GET
Request URL: https://fanf.club/category/statya/books.html

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

  1. admin/
  2. account/
  3. mems/
  4. qa/
  5. robots.txt
  6. search/ [name='search']
  7. fanfik/<slug:slugpost> [name='post_detail']
  8. <slug:slugpost>/edit [name='post_edit']
  9. <slug:slugpost>/newglava [name='newglava']
  10. <slug:slugpost>/del [name='post_delete']
  11. <slug:slugpost>/like [name='add_like']
  12. <slug:slugpost>/del_like [name='delete_like']
  13. <int:id>-<slug:slugpost>/del_dislike [name='delete_dislike']
  14. fendom/<slug:slug>/ [name='fendom_url']
  15. category/<slug:slug>/ [name='category_url']
  16. vse_glavi/<slug:url_glava>/ [name='glavi_url']
  17. rating/<slug:slug>/ [name='post_list_rating']
  18. <int:pk>/del_comment [name='del_comment']
  19. comment/<int:pk>/edit_comment [name='edit_comment']
  20. [name='post_list']
  21. ckeditor/
  22. ^media\/(?P<path>.*)$

The current path, category/statya/books.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.