Page not found (404)

Не найден ни один Новость, соответствующий запросу
Request Method: GET
Request URL: https://bookread.com.ua/zhanry/
Raised by: news.views.ViewNews

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

  1. __debug__/
  2. admin/
  3. test/
  4. robots.txt
  5. contact/ [name='contact']
  6. genres/ [name='genres']
  7. series/ [name='series']
  8. authors/ [name='authors']
  9. search/ [name='search']
  10. register/ [name='register']
  11. login/ [name='login']
  12. logout/ [name='logout']
  13. read/<int:book_id>/<int:book_page> [name='read']
  14. parse/ [name='parse']
  15. profile/ [name='profile']
  16. [name='home']
  17. genre/<str:slug>/ [name='category']
  18. author/<str:slug>/ [name='author']
  19. serie/<str:slug>/ [name='series']
  20. <str:slug>/ [name='view_news']

The current path, zhanry/, 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.