Page not found (404)

Request Method: GET
Request URL: https://place-shop.ru/product-category/tdt-55-tlt-100-tt-4traktora/

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

  1. jet/
  2. jet/dashboard/
  3. admin/
  4. brands/ [name='brands']
  5. catalog/ [name='catalog']
  6. catalog/search/ [name='search_detail']
  7. catalog/search-products/ [name='search']
  8. catalog/api/search/ [name='search_api']
  9. catalog/category-products/ [name='category_products']
  10. catalog/<slug>/ [name='category']
  11. brands/products/ [name='brand_products']
  12. brands/<slug>/ [name='brand_detail']
  13. product/<slug>/ [name='product']
  14. catalog/popup/product/<int:pk>/ [name='product']
  15. order/ [name='order']
  16. order1click/ [name='order1click']
  17. 1c_exchange.py [name='1c_exchange']
  18. 1c_orders.xml [name='1c_orders_debug']
  19. robots.txt/ [name='robots']
  20. sitemap.xml/ [name='django.contrib.sitemaps.views.sitemap']
  21. question/ [name='question']
  22. quiz/ [name='quiz']
  23. ^vk-com/code/user/$ [name='vk_code_user']
  24. ^vk-com/code/groups/$ [name='vk_code_group']
  25. ^vk-com/callback/$ [name='vk_callback']
  26. apiship/
  27. cart/
  28. promocode/
  29. compare/
  30. komtet/
  31. pages/
  32. sber/
  33. users/
  34. wishlist/
  35. ckeditor/
  36. __debug__/
  37. ^media/(?P<path>.*)$

The current path, product-category/tdt-55-tlt-100-tt-4traktora/, didn't match any of these.

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.