Page not found (404)

Request Method: GET
Request URL: https://lagasweb.com.ar/links.html

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

  1. ^admin/
  2. ^404/
  3. ^500/
  4. ^deployer/
  5. ^$
  6. ^contenidos/
  7. ^contacto/
  8. ^buscar/
  9. ^api/
  10. ^pedidos/
  11. ^rutas/
  12. ^__debug__/
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

The current URL, links.html, 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.