Page not found (404)

Request Method: GET
Request URL: http://www.saomarcos.rs.gov.br/servicos-online/concursos-publicos/gabaritos-concurso-publico-012019
Raised by: prefeitura_sao_marcos.service_online.views.internal_page

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/ [name='list']
  11. servicos-online/ baixar-arquivo/<int:pk> [name='download-file']
  12. servicos-online/ <slug:service_slug>/<slug:slug> [name='internal-page']

The current path, servicos-online/concursos-publicos/gabaritos-concurso-publico-012019, matched the last one.

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.