Page not found (404)

No ProductType matches the given query.
Request Method: GET
Request URL: https://www.emtechelectronics.com/products/19-program-selector-panels/
Raised by: products.views.producttype_detail

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

  1. admin/
  2. products/ documents/ [name='documenttype_list']
  3. products/ documents/<documenttype>/ [name='documenttype_detail']
  4. products/ [name='producttype_list']
  5. products/ <producttype>/<slug>/ [name='product_detail']
  6. products/ <producttype>/ [name='producttype_detail']

The current path, products/19-program-selector-panels/, 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.