Page not found (404)

Request Method: GET
Request URL: https://lametrohn.com/jesus/

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

  1. admin-metro/
  2. [name='home']
  3. Metro-TV [name='metrotv']
  4. Choluteca-TV [name='cholutecatv']
  5. Radio-Metro [name='radiometro']
  6. Radio-Ilusion [name='radioilusion']
  7. Contactenos [name='contact']
  8. correo [name='correo']
  9. Acerca-de [name='about']
  10. noticias/<str:slug> [name='detalle_noticia']
  11. noticias-categoria/<str:slug> [name='categoria_noticia']
  12. ^media/(?P<path>.*)$
  13. ^static/(?P<path>.*)$

The current path, jesus/, 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.