Page not found (404)

Request Method: GET
Request URL: http://localhost:8000/index.php?PHPSESSID=1g5sobbfqlhij9hmljar9ksu84

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

  1. [name='login']
  2. registrationVR/ [name='registration VR']
  3. VR/ [name='VR']
  4. choose/ [name='choose']
  5. logout/ [name='logout']
  6. change-password/ [name='password_change']
  7. change-password-done/ [name='password_change_done']
  8. reset/<uidb64>/<token> [name='password_reset_confirm']
  9. parametres [name='parametres']
  10. password_reset [name='password_reset']
  11. ask_reset_password [name='reset_password']
  12. signup/ [name='signup']
  13. supprimer_compte/ [name='supprimer_mon_compte']
  14. admin/
  15. staff/
  16. inscription/
  17. equipes/
  18. itineraires/
  19. classements/
  20. timings/
  21. direct/
  22. ^media/(?P<path>.*)$

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.