Page not found (404)

Request Method: GET
Request URL: https://pro100sushi.ru/product/tajland/?add-to-cart=1064

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

  1. admin/
  2. register/ [name='register']
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. profile/ [name='profile']
  6. cart/ [name='cart']
  7. confirm/ [name='confirm']
  8. orders/ [name='orders']
  9. [name='home']
  10. product/<int:product_id>/ [name='product']
  11. category/<int:category_id>/ [name='category']
  12. add-to-cart/<int:product_id>/ [name='add_to_cart']
  13. update-profile/ [name='update_profile']
  14. search/ [name='search']
  15. update_cart/<int:product_id>/ [name='update_cart']
  16. ^media/(?P<path>.*)$
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

The current path, product/tajland/, 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.