Page not found (404)

No Noticia found matching the query
Request Method: GET
Request URL: https://mancuerna.org/noticias/19
Raised by: publicaciones.views.NoticiaDetail

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']

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