Page not found (404)

Request Method: GET
Request URL: https://kylpylavolley.fi/turnaus/2018/live/106
Raised by: kylpyla.views.team_live

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

  1. accounts/login/ [name='login']
  2. admin/password_reset/ [name='admin_password_reset']
  3. admin/password_reset/done/ [name='password_reset_done']
  4. ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password_reset_confirm']
  5. reset/done/ [name='password_reset_complete']
  6. admin/
  7. ckeditor/
  8. logout/ [name='logout']
  9. [name='home']
  10. livetv [name='livetv']
  11. hot_right_now [name='hot']
  12. turnaus/<int:game_id>/
  13. turnaus/<int:turnaus_id>/sijoitukset [name='final_pos']
  14. turnaus/<int:turnaus_id>/aikataulu [name='time_table']
  15. turnaus/<int:turnaus_id>/live [name='pelit_la_base']
  16. turnaus/<int:turnaus_id>/live_mobile [name='tour_live_mobile']
  17. turnaus/<int:turnaus_id>/live_full/<str:day_id> [name='live_full']
  18. turnaus/<int:turnaus_id>/live/playoffs [name='tour_live_playoffs']
  19. turnaus/<int:turnaus_id>/live/<int:team_id> [name='team_live']

The current path, turnaus/2018/live/106, 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.