Page not found (404)

Request Method: GET
Request URL: https://www.kylpylavolley.fi/turnaus/2019/live
Raised by: kylpyla.views.pelit_la_base

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']

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