Page not found (404)

Не найден ни один Прицеп, соответствующий запросу
Request Method: GET
Request URL: http://xn--19-mlcl8ace3c.xn--p1ai/trailers/titan-200h03/
Raised by: apps.catalog.views.trailers.TrailersDetailView

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']
  5. trailers/<slug>/ [name='trailers_detail']

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