Page not found (404)

Request Method: GET
Request URL: https://tennis57.ru/store/item/254837

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

  1. admin/
  2. [name='main_index']
  3. reg [name='registration']
  4. check_free_table/ [name='check_free_table']
  5. api/get_orders/ [name='get_orders_api']
  6. main_logout/ [name='main_logout']
  7. privateOffice/ [name='privateOffice']
  8. privateOffice/order/delete/<int:pk> [name='OrderDeleteView']
  9. privateOffice/RegistrationCompetitionDeleteView/delete/<int:pk> [name='RegistrationCompetitionDeleteView']
  10. code_control/<str:code> [name='code_control']
  11. competitionlistview/ [name='competitionlistview']
  12. competitionlistview/<int:pk>/ [name='competition_detail']
  13. competitionlistview/<int:pk>/registration [name='competition_registration']
  14. api/order_list_view [name='order_list_view']
  15. api/get_price [name='order_list_view']
  16. accounts/
  17. ^media/(?P<path>.*)$

The current path, store/item/254837, 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.