Page not found (404)

No Tire matches the given query.
Request Method: GET
Request URL: http://car-plus.kyiv.ua/165-70-r13/165-70-r13-King%20Star-road-fit-sk70-2315/
Raised by: shop.views.TireDetail

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

  1. admin/
  2. ckeditor/
  3. storage_info/
  4. new-tires/
  5. [name='index']
  6. contact [name='contact']
  7. shynomontash-pogreby [name='montash']
  8. shyny-bu-rozparovka [name='rozparovka']
  9. shyny-bu-rozparovka/<str:category_slug>/ [name='rozparovka-category']
  10. <str:category_slug>/ [name='category_list']
  11. pdf/<int:id>/ [name='test-pdf-view']
  12. pdf/category/<str:category_slug>/ [name='category_pdf_list']
  13. brand/<str:slug>/ [name='brand_detail']
  14. <str:category_slug>/<str:slug>/ [name='tire_detail']

The current path, 165-70-r13/165-70-r13-King Star-road-fit-sk70-2315/, 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.