Page not found (404)

Request Method: GET
Request URL: https://genavehmall.com/category/Fashion-and-beauty/brovena-fragrance-world-carbon-black-eau-de-parfum/
Raised by: products.views.product_details

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

  1. __debug__/
  2. ceo/
  3. [name='index']
  4. contact-us/ [name='contact_us']
  5. category/ [name='product_categories']
  6. category/ love/ [name='love_view']
  7. category/ search/ [name='search']
  8. category/ torob_api/ [name='torob_api']
  9. category/ zarehbin_api/ [name='zarehbin_api']
  10. category/ comment-ajax/<int:id>/ [name='comment_ajax']
  11. category/ like-ajax/<slug:id>/ [name='like_ajax']
  12. category/ advance-filter-ajax/ [name='advance_filter']
  13. category/ temp_product/<int:id>/ [name='temp_product_details']
  14. category/ <slug:slug>/ [name='products_list']
  15. category/ <slug:slug>/group/<slug:atg>/ [name='products_group']
  16. category/ <slug:cate>/<slug:slug>/ [name='product_details']

The current path, category/Fashion-and-beauty/brovena-fragrance-world-carbon-black-eau-de-parfum/, 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.