Page not found (404)

Request Method: GET
Request URL: https://inscription-district-pc.fr/tournoi/calendrier/280

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

  1. admin1fm2lb3db/
  2. [name='index']
  3. accueil/
  4. accounts/
  5. tournoi/ inscription/<int:dimension>/<int:district> [name='inscription']
  6. tournoi/ calendrier/<int:dimension>/<int:district> [name='calendrier']
  7. tournoi/ desinscription/<int:pk> [name='desinscription']
  8. tournoi/ desinscription_att/<int:pk> [name='desinscription_att']
  9. tournoi/ list_joueur/<int:pk> [name='list_joueur']
  10. tournoi/ list_joueur_no_update/<int:pk> [name='list_joueur_no_update']
  11. tournoi/ inscription_create/<int:pk> [name='inscription_create']
  12. tournoi/ inscription_att_create/<int:pk> [name='inscription_att_create']
  13. tournoi/ faq [name='faq']
  14. contact/
  15. adminfmlbdb-insc/

The current path, tournoi/calendrier/280, 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.