Page not found (404)

No Product matches the given query.
Request Method: GET
Request URL: https://arjimarket.am/ru/products/sarecvats-havi-bud-qualiko-1000g/
Raised by: shop.views.product_detail_view

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

  1. admin/filebrowser/
  2. admin/
  3. tinymce/
  4. i18n/
  5. currencies/
  6. social-auth/
  7. ru/ cart/
  8. ru/ order/
  9. ru/ favorites/
  10. ru/ account/
  11. ru/ [name='index_page_url']
  12. ru/ search/ [name='search_url']
  13. ru/ products/ [name='products_url']
  14. ru/ <str:slug>/ [name='category_or_page_url']
  15. ru/ products/<str:slug>/ [name='product_detail_url']

The current path, ru/products/sarecvats-havi-bud-qualiko-1000g/, 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.