Page not found (404)

Не найден ни один Товар, соответствующий запросу
Request Method: GET
Request URL: https://motomarket35.ru/catalog/kombinezony-klim/nov-tsm011483-kombinezon-ripsa-one-piece-short-lg-kombu-green-electric-blue-lemonade-klim/
Raised by: apps.catalog.views.ProductDetailView

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

  1. ajax_select/
  2. admin/
  3. __debug__/
  4. streamfield/
  5. ckeditor/
  6. catalog/ [name='catalog']
  7. catalog/ set/<slug>/ [name='set']
  8. catalog/ brands/ [name='brands']
  9. catalog/ search/ [name='search']
  10. catalog/ search-api/ [name='search_api']
  11. catalog/ <slug>/ [name='category']
  12. catalog/ <category_slug>/<slug>/ [name='product']

The current path, catalog/kombinezony-klim/nov-tsm011483-kombinezon-ripsa-one-piece-short-lg-kombu-green-electric-blue-lemonade-klim/, 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.