Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: http://car-plus.kyiv.ua/26540-r21/?page=1
Raised by: shop.views.TireListByCategory

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']

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