Page not found (404)

Request Method: GET
Request URL: https://www.elsonajero.com/noticia/conozca-los-beneficios-economicos-de-la-controlaria-de-cundinamarca/

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

  1. ^$ [name='home']
  2. noticias/seccion/<int:pk> [name='seccion']
  3. noticias/subseccion/<int:pk> [name='subseccion']
  4. noticia/<slug> [name='detalle']
  5. contacto [name='contact']
  6. videolive [name='envivo']
  7. update/ [name='upd']
  8. ^media/(?P<path>.*)$
  9. ^$ [name='home']
  10. noticias/seccion/<int:pk> [name='seccion']
  11. noticias/subseccion/<int:pk> [name='subseccion']
  12. noticia/<slug> [name='detalle']
  13. contacto [name='contact']
  14. videolive [name='envivo']
  15. update/ [name='upd']
  16. ^media/(?P<path>.*)$
  17. admin/

The current path, noticia/conozca-los-beneficios-economicos-de-la-controlaria-de-cundinamarca/, 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.