Page not found (404)

Request Method: GET
Request URL: https://fnpeti.org.br/publicacoes/fnpeti-1/revista-da-turma-da-monica-toda-crianca-quer-ser-crianca

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/
  6. documentos/
  7. legislacao/
  8. publicacoes/ [name='index']
  9. publicacoes/ <slug:slug>/ [name='entry']
  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, publicacoes/fnpeti-1/revista-da-turma-da-monica-toda-crianca-quer-ser-crianca, 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.