Page not found (404)

No Tire matches the given query.
Request Method: GET
Request URL: http://car-plus.kyiv.ua/accounts/login/
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. blog/
  6. [name='index']
  7. contact [name='contact']
  8. shynomontash-pogreby [name='montash']
  9. shyny-bu-rozparovka [name='rozparovka']
  10. shyny-bu-rozparovka/<str:category_slug>/ [name='rozparovka-category']
  11. <str:category_slug>/ [name='category_list']
  12. pdf/<int:id>/ [name='test-pdf-view']
  13. pdf/category/<str:category_slug>/ [name='category_pdf_list']
  14. brand/<str:slug>/ [name='brand_detail']
  15. <str:category_slug>/<str:slug>/ [name='tire_detail']

The current path, accounts/login/, 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.