Page not found (404)

Request Method: GET
Request URL: https://www.vesicadigitalserver.cl/categoria-producto/hosting-tradicional/?add-to-cart=895

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

  1. admin/
  2. [name='home']
  3. somos/ [name='somos']
  4. hosting/ [name='hosting']
  5. desarrollo-web/ [name='desarrollo_web']
  6. blog/
  7. recursos/calculadora-ctr/ [name='calculadora_ctr']
  8. contacto/ [name='contacto']

The current path, categoria-producto/hosting-tradicional/, 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.