Page not found (404)

Request Method: GET
Request URL: https://mancuerna.org/proyectos/fcas-mancuerna.html

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']
  11. municipios_socios/ [name='muni_socios']
  12. nuestra_histori/ [name='nuestra_historia']
  13. nuestro_contact/ [name='contacto']
  14. ejes_estrat/ [name='ejes']
  15. cooperantes/ [name='cooperantes']
  16. junta-directiva [name='junta-directiva']
  17. accounts/
  18. logout [name='logout']
  19. ^media/(?P<path>.*)$

The current path, proyectos/fcas-mancuerna.html, 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.