Page not found (404)

“/root/ikfweb/w/ikfwebsite/ikf/tournaments” does not exist
Request Method: GET
Request URL: https://indiakhelofootball.com/tournaments/
Raised by: django.views.static.serve

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

  1. admin
  2. [name='home']
  3. IkfTrials [name='IkfTrials']
  4. season1 [name='season1']
  5. season2 [name='season2']
  6. scoutingcertification [name='scoutingcertification']
  7. playabroad [name='playabroad']
  8. workshops [name='workshops']
  9. ikftech [name='ikftech']
  10. ikf_aboutus [name='ikf_aboutus']
  11. regionalpartners [name='regionalpartners']
  12. nationalpartners [name='nationalpartners']
  13. internationalpartners [name='internationalpartners']
  14. corporates [name='corporates']
  15. clubs [name='clubs']
  16. Donate [name='Donate']
  17. Corporate [name='Corporate']
  18. Philanthropists [name='Philanthropists']
  19. PSUS [name='PSUS']
  20. workshopsreg [name='workshopsreg']
  21. associate_academy [name='associate_academy']
  22. associate_clubs [name='associate_clubs']
  23. season3 [name='season3']
  24. associate_tournamentorganizer [name='associate_tournamentorganizer']
  25. Gallery [name='Gallery']
  26. ^(?P<path>.*)$

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