Page not found (404)

No Match matches the given query.
Request Method:GET
Request URL:http://www.corisabba.com.br/jogos/campeonato-piauiense-serie-a/2022-03-20/corisabba-flamengo/36/
Raised by:tourney.views.game_detail

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

  1. api/
  2. jet
  3. admin/
  4. ckeditor/
  5. __debug__/
  6. transparencia/
  7. elenco/
  8. institucional/
  9. galeria/
  10. noticia/
  11. patrocinadores/
  12. jogos/ estadio/<slug>/ [name='stadium_detail']
  13. jogos/ <competition>/<date_game>/corisabba-<adversary>/<id>/ [name='game_detail']

The current path, jogos/campeonato-piauiense-serie-a/2022-03-20/corisabba-flamengo/36/, 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.