Page not found (404)

Request Method: GET
Request URL: https://fnpeti.org.br/artigos/art_ea2.pdf/view

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

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

The current path, artigos/art_ea2.pdf/view, 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.