Page not found (404)

No Bolsa de empleo y TDRS found matching the query
Request Method: GET
Request URL: https://mancuerna.org/bolsaempleo/bde-8e8fa20c
Raised by: publicaciones.views.BolsaEmpleoDetail

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

  1. admin/
  2. [name='index']
  3. proyectos [name='proyectos']
  4. proyectos/<int:id> [name='proyecto-detalle']
  5. informacion-publica [name='informacion-publica']
  6. base-conocimiento [name='base-conocimiento']
  7. noticias [name='noticias']
  8. noticias/<slug> [name='noticia-detalle']
  9. bolsaempleo [name='bolsaempleo']
  10. bolsaempleo/<slug> [name='bolsa-detalle']

The current path, bolsaempleo/bde-8e8fa20c, 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.