Page not found (404)

Request Method: GET
Request URL: https://www.elabuelosrl.com/cintas_pasacables.htm

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

  1. login/ [name='website.login']
  2. logout/ [name='website.logout']
  3. panel/
  4. catalogo/ [name='catalog.list']
  5. catalogo/<int:id>/ [name='catalog.detail']
  6. checkout/ [name='catalog.checkout']
  7. [name='website.home']

The current path, cintas_pasacables.htm, 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.