Page not found (404)

Request Method: GET
Request URL: https://proyectatex.com/telas/ver/daiquiri-bo-019-ivory

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

  1. admin/
  2. telas/ <slug:tela_slug> [name='tela-detalle']
  3. telas/ [name='listado-telas']
  4. nosotros/ [name='nosotros']
  5. aquaclean/ [name='aquaclean']
  6. distribuidor/ [name='distribuidor']
  7. contacto/ [name='contacto']
  8. [name='inicio']
  9. ^media/(?P<path>.*)$

The current path, telas/ver/daiquiri-bo-019-ivory, 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.