Page not found (404)

No MaterialType matches the given query.
Request Method: GET
Request URL: https://store.alutech.hn/material/633be169-3fb6-43aa-89ae-bbafe3941a9e
Raised by: store.views.viewMaterialType

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

  1. api/
  2. ^jet/
  3. ^jet/dashboard/
  4. admin/
  5. panel/ [name='login.admin']
  6. panel/logout/ [name='panel.logout']
  7. auth/ [name='auth']
  8. [name='home']
  9. home [name='inicio']
  10. product/<uuid:id> [name='viewproduct']
  11. category/<uuid:id> [name='view.category.product']
  12. material/<uuid:id> [name='view.material']

The current path, material/633be169-3fb6-43aa-89ae-bbafe3941a9e, 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.