Page not found (404)

Неправильная страница (8): Страница не содержит результатов
Request Method: GET
Request URL: http://xn--19-mlcl8ace3c.xn--p1ai/trailers/?ordering=ctl&page=8
Raised by: apps.catalog.views.trailers.TrailersListView

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

  1. admin/
  2. [name='index']
  3. contacts/ [name='contacts']
  4. trailers/ [name='trailers']

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