Page not found (404)

Request Method: GET
Request URL: https://www.matanahfurniture.com/products/products/steel-bed-double/

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

  1. admin/
  2. [name='index']
  3. about/ [name='about']
  4. product/<slug:slug>/ [name='product']
  5. product-details/<id>/ [name='product_details']
  6. subcategory/<slug:slug>/ [name='subcategory']
  7. gallery/ [name='gallery']
  8. contact/ [name='contact']
  9. popular-items/ [name='popular']
  10. updates/ [name='blog']
  11. update-details/<str:slug>/ [name='blogDetails']
  12. tinymce/
  13. sitemap.xml
  14. robots.txt
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

The current path, products/products/steel-bed-double/, 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.