Page not found (404)

Request Method: GET
Request URL: https://squash77.ru/page/uchastnikam/squash77.ru

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

  1. ^$
  2. ^events/$
  3. ^events/y/(\d+)/$
  4. ^events/(\d+)/$
  5. ^events2/(\d+)/$
  6. ^parse_events/(\d+)/$
  7. ^page/ ^([0-9a-zA-Z_-]*)/$
  8. ^ranking/$
  9. ^ranking/([0-9a-zA-Z_-]*)/$
  10. ^api/get_rating/
  11. ^admin/
  12. ^profile/
  13. ^login/
  14. ^logout/
  15. ^password/restore/message/$
  16. ^password/restore/$
  17. ^password/restore/(.+)/(.+)/$
  18. ^ajax/get_places_by_city/ [name='get_places_by_city']
  19. ^ajax/get_city_by_name/ [name='get_city_by_name']
  20. ^registration/$
  21. ^organizatoram/$
  22. ^contacts/$
  23. ^contacts/success/$
  24. ^map/$
  25. ^map/clubs/$
  26. ^map/club/(\d+)/$
  27. ^map/(\d+)/$
  28. ^map/get_list_json_by_params/$
  29. ^media\/(?P<path>.*)$
  30. ^static\/(?P<path>.*)$

The current path, page/uchastnikam/squash77.ru, 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.