Page not found (404)

No Entrevista matches the given query.
Request Method: GET
Request URL: https://trascendi.humanitas.edu.mx/temporada-2/
Raised by: trascendi.views.entrevista

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

  1. admin/
  2. [name='indexpage']
  3. quienes-somos/ [name='quienes-somos']
  4. nuestro-equipo/ [name='nuestro-equipo']
  5. aviso-de-privacidad/ [name='aviso-de-privacidad']
  6. redes-sociales/ [name='redes-sociales']
  7. contacto/ [name='contacto']
  8. resultado-busqueda/ [name='resultado-busqueda']
  9. <slug:slug_invitado>/ [name='entrevista']

The current path, temporada-2/, matched the last one.

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.