Page not found (404)

Неправильная страница (2394): Страница не содержит результатов
Request Method: GET
Request URL: https://kelebooks.com/page/2394/
Raised by: books.views.<class 'books.views.IndexView'>

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']

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