Page not found (404)

Request Method: GET
Request URL: http://www.sineal.com.br/imprensa/aniversariantes/anita-beltrame

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

  1. gestor/
  2. eleicoes/
  3. eleicoes2021/
  4. eleicao2021/
  5. [name='index']
  6. imprensa [name='imprensa']
  7. fale-conosco/ [name='contactform']
  8. <slug:slug>/ [name='pagina']
  9. imprensa/noticias/
  10. imprensa/galeria/
  11. imprensa/tags/<int:pk>/ [name='tag_list']
  12. imprensa/eventos/
  13. imprensa/documentos/
  14. ^media\/(?P<path>.*)$

The current path, imprensa/aniversariantes/anita-beltrame, 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.