Page not found (404)

Request Method: GET
Request URL: https://bookread.com.ua/writer/dmitrij-lvovich-bykov

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']
  21. sitemap.xml
  22. ^media/(?P<path>.*)$

The current path, writer/dmitrij-lvovich-bykov, 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.