Page not found (404)

Request Method: GET
Request URL: http://planejamento.sp.gov.br/index.php?id=19

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

  1. admin/
  2. [name='home_url']
  3. projetos/ [name='projetos_url']
  4. projetos2/ [name='projetos2_url']
  5. ppa/ [name='ppa_url']
  6. orcamento/ [name='orcamento_url']
  7. gestao/ [name='gestao_url']
  8. audienciasppa/ [name='audienciasppa_url']
  9. audienciaspublicas/ [name='audienciaspublicas_url']
  10. sistemas/ [name='sistemas_url']
  11. noticias/ [name='noticias_url']
  12. noticias2/ [name='noticias2_url']
  13. dpme/ [name='dpme_url']
  14. login/ [name='login_url']
  15. alerta/ [name='alerta_url']
  16. carregando/ [name='carregando_url']
  17. secretario/ [name='secretario_url']
  18. secretarioexecutivo/ [name='secretarioexecutivo_url']
  19. chefegabinete/ [name='chefegabinete_url']
  20. audienciasinstrucoes/ [name='audienciasinstrucoes_url']

The current path, index.php, 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.