Page not found (404)

Request Method: GET
Request URL: https://fit.boritsch.de/ru/exercise/equipment/overview

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

  1. ru/ [name='index']
  2. ru/ dashboard [name='dashboard']
  3. ru/ imprint [name='imprint']
  4. ru/ feedback [name='feedback']
  5. ru/ language/
  6. ru/ user/
  7. ru/ license/
  8. ru/ repetition-unit/
  9. ru/ weight-unit/
  10. ru/ routine/
  11. ru/ exercise/ muscle/
  12. ru/ exercise/ category/
  13. ru/ exercise/ equipment/ list [name='list']
  14. ru/ exercise/ equipment/ add [name='add']
  15. ru/ exercise/ equipment/ <int:pk>/edit [name='edit']
  16. ru/ exercise/ equipment/ <int:pk>/delete [name='delete']
  17. ru/ exercise/ history/
  18. ru/ exercise/ overview/ [name='overview']
  19. ru/ exercise/ <int:id>/view/ [name='view']
  20. ru/ exercise/ ^(?P<id>\d+)/view/(?P<slug>[-\w]*)/?$ [name='view']
  21. ru/ exercise/ <int:pk>/view-base [name='view-base']
  22. ru/ exercise/ <int:pk>/view-base/<slug:slug> [name='view-base']
  23. ru/ exercise/ contribute [name='contribute']
  24. ru/ weight/
  25. ru/ nutrition/
  26. ru/ software/
  27. ru/ config/
  28. ru/ gym/
  29. ru/ gallery/
  30. ru/ measurement/
  31. ru/ email/
  32. ru/ sitemap.xml [name='sitemap']
  33. ru/ sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  34. robots.txt [name='robots']
  35. api/v2/exercise/search/ [name='exercise-search']
  36. api/v2/ingredient/search/ [name='ingredient-search']
  37. api/v2/
  38. api/v2/login/ [name='api_user']
  39. api/v2/register/ [name='api_register']
  40. api/v2/token/ [name='token_obtain_pair']
  41. api/v2/token/refresh/ [name='token_refresh']
  42. api/v2/token/verify/ [name='token_verify']
  43. api/v2/version/ [name='app_version']
  44. api/v2/check-permission/ [name='permission']
  45. api/v2/min-app-version/ [name='min_app_version']
  46. api/v2/schema [name='schema']
  47. api/v2/schema/ui [name='api-swagger-ui']
  48. api/v2/schema/redoc [name='api-redoc']
  49. email/

The current path, ru/exercise/equipment/overview, 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.