Page not found (404)

No Product matches the given query.
Request Method: GET
Request URL: https://arjimarket.am/products/zovacucich-gazavorvats-ympeliq-coca-cola-zero-15l/
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. cart/
  8. order/
  9. favorites/
  10. account/
  11. [name='index_page_url']
  12. search/ [name='search_url']
  13. products/ [name='products_url']
  14. <str:slug>/ [name='category_or_page_url']
  15. products/<str:slug>/ [name='product_detail_url']

The current path, products/zovacucich-gazavorvats-ympeliq-coca-cola-zero-15l/, 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.