Page not found (404)

Request Method: GET
Request URL: https://trascendi.humanitas.edu.mx/category/sin-categoria/page/2/

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']
  10. categoria/<slug:slug_catego>/ [name='categoria']
  11. temporadas/<slug:slug_temp>/ [name='temporada']
  12. podcast/<slug:slug_temp>/ [name='podcast']
  13. __reload__/
  14. api/
  15. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  16. ^media/(?P<path>.*)$

The current path, category/sin-categoria/page/2/, 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.