Page not found (404)

Request Method: GET
Request URL: https://kelebooks.com/id-2757862723/le-lagon-noir/

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

  1. [name='index']
  2. page/1/ [name='home_redirect']
  3. page/<int:page>/ [name='index']
  4. book/<slug:slug>/ [name='book']
  5. book/<slug:slug>/page/<int:page>/ [name='book_page']
  6. category/<slug:slug>/ [name='category']
  7. keyword/<slug:slug>/ [name='keyword']
  8. author/<slug:slug>/ [name='author']
  9. year/<slug:slug>/ [name='year']
  10. search [name='search_results']
  11. contact/ [name='contact']
  12. privacy-policy/ [name='privacy']
  13. sitemap-books.xml [name='django.contrib.sitemaps.views.sitemap']
  14. sitemap-authors.xml [name='django.contrib.sitemaps.views.sitemap']
  15. search-filter/ [name='search_filter']
  16. main-search/ [name='main_search']
  17. registration/ [name='registration']
  18. account/books [name='my_books']
  19. account/change-password [name='change_password']
  20. account/logout [name='logout']
  21. category/ [name='categories']
  22. author/ [name='authors']
  23. year/ [name='years']
  24. admin/
  25. ratings/

The current path, id-2757862723/le-lagon-noir/, 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.