Page not found (404)

Request Method: GET
Request URL: http://www.saomarcos.rs.gov.br/index.php?ir=eventos

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

  1. admin/
  2. summernote/
  3. noticias/
  4. eventos/
  5. municipio/
  6. portal-transparencia/
  7. ouvidoria/
  8. turismo/
  9. administracao/
  10. servicos-online/
  11. [name='home']
  12. busca
  13. mapa-site [name='map-site']
  14. set-auto-contrast [name='set-auto-contrast']

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.