Page not found (404)

Request Method: GET
Request URL: https://diplomacytv.com/tournaments/24/news/
Raised by: tournament.tournament_views.tournament_news

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

  1. tournaments/ [name='index']
  2. tournaments/ series/
  3. tournaments/ <int:tournament_id>/ [name='tournament_detail']
  4. tournaments/ <int:tournament_id>/ framesets/ [name='framesets']
  5. tournaments/ <int:tournament_id>/ frameset_3x3/ [name='frameset_3x3']
  6. tournaments/ <int:tournament_id>/ frameset_top_board/ [name='frameset_top_board']
  7. tournaments/ <int:tournament_id>/ frameset_3_games/ [name='frameset_3_games']
  8. tournaments/ <int:tournament_id>/ frameset_2_games/ [name='frameset_2_games']
  9. tournaments/ <int:tournament_id>/ frameset_2x2/ [name='frameset_2x2']
  10. tournaments/ <int:tournament_id>/ frameset_1x1/ [name='frameset_1x1']
  11. tournaments/ <int:tournament_id>/ views/ [name='tournament_views']
  12. tournaments/ <int:tournament_id>/ overview/ [name='tournament_overview']
  13. tournaments/ <int:tournament_id>/ overview2/ [name='tournament_overview_2']
  14. tournaments/ <int:tournament_id>/ overview3/ [name='tournament_overview_3']
  15. tournaments/ <int:tournament_id>/ scores/ [name='tournament_scores']
  16. tournaments/ <int:tournament_id>/ scores_refresh/ [name='tournament_scores_refresh']
  17. tournaments/ <int:tournament_id>/ game_results/ [name='tournament_game_results']
  18. tournaments/ <int:tournament_id>/ game_results_refresh/ [name='tournament_game_results_refresh']
  19. tournaments/ <int:tournament_id>/ best_countries/ [name='tournament_best_countries']
  20. tournaments/ <int:tournament_id>/ best_countries_refresh/ [name='tournament_best_countries_refresh']
  21. tournaments/ <int:tournament_id>/ enter_scores/ [name='enter_scores']
  22. tournaments/ <int:tournament_id>/ self_check_in/ [name='self_check_in_control']
  23. tournaments/ <int:tournament_id>/ current_round/ [name='tournament_round']
  24. tournaments/ <int:tournament_id>/ game_image/ [name='add_game_image']
  25. tournaments/ <int:tournament_id>/ news/ [name='tournament_news']

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