Page not found (404)

Request Method: GET
Request URL: https://www.piliers-kernilis.fr/archives/

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

  1. [name='home']
  2. games/ [name='games']
  3. results/ [name='results']
  4. stats/ [name='stats']
  5. game/<int:id> [name='game']
  6. game/<int:id>/update_game_stats/ [name='update_game_stats']
  7. poll_answer/<int:id> [name='poll_answer']
  8. admin/

The current path, archives/, 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.