Page not found (404)

Request Method: GET
Request URL: https://fnpeti.org.br/biblioteca/16-documentos.html

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

  1. noticias/
  2. artigos/
  3. eventos/
  4. foruns/
  5. biblioteca/ [name='index']
  6. documentos/
  7. legislacao/
  8. publicacoes/
  9. publicacoes-de-parceiros/
  10. estudosepesquisas/
  11. videos/
  12. contato/
  13. mailing/
  14. marcoshistoricos/
  15. redenacional/
  16. articulacao/
  17. 12dejunho
  18. 12dejunho/
  19. admin/
  20. ckeditor/
  21. [name='index']
  22. <slug:url>/ [name='index']

The current path, biblioteca/16-documentos.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.