Page not found (404)

Request Method: GET
Request URL: https://desenvolve.novafriburgo.rj.gov.br/cadastro-de-contribuintes/

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

  1. login/ [name='login']
  2. logout/ [name='logout']
  3. passwd_reset/ [name='passwd_reset']
  4. passwd_reset_confirm/<uidb64>/<token> [name='passwd_reset_confirm']
  5. passwd_reset_done/ [name='passwd_reset_done']
  6. passwd_reset_complete/ [name='passwd_reset_complete']
  7. cadastro/ [name='cadastrar_usuario']
  8. cadastro/checkcpf/ [name='checkcpf']
  9. cadastro_aluno/ [name='cadastrar_aluno']
  10. [name='index']
  11. solicitar/newsletter/ [name='newsletter']
  12. get-clima-tempo/ [name='getClimaTempo']
  13. carnaval/ [name='carnaval']
  14. api/
  15. ciencia-e-tecnologia/
  16. chat/
  17. sala-do-empreendedor/
  18. sala-do-empreendedor/
  19. financas/
  20. eventos/
  21. bem-estar-animal/
  22. servicos/iluminacao/
  23. servicos/cevest/
  24. servicos/dev/
  25. almoxarifado/
  26. cevest/almoxarifado/
  27. estagio/
  28. newsletter/
  29. administracao/
  30. admin/
  31. ^media/(?P<path>.*)$

The current path, cadastro-de-contribuintes/, 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.