Page not found (404)

Неправильная страница (3): Страница не содержит результатов
Request Method: GET
Request URL: https://a.indi72.com/?page=3
Raised by: questionary.views.IndexView

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

  1. admin/
  2. captcha/
  3. ckeditor/
  4. articles/
  5. reset_password/ [name='reset_password']
  6. reset_password_sent/ [name='password_reset_done']
  7. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  8. reset_password_complete/ [name='password_reset_complete']
  9. login/ [name='login']
  10. logout/ [name='logout']
  11. signup/ [name='signup']
  12. activate/<uidb64>/<token>/ [name='activate']
  13. check-email/ [name='check_email']
  14. success/ [name='success']
  15. add_pay/ [name='add_pay']
  16. all_pay/ [name='all_pay']
  17. pay/<int:pk>/ [name='single_pay']
  18. auth/telegram/<token> [name='login_telegram']
  19. [name='home_page']

The empty path 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.