Page not found (404)

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

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

  1. sv/ [name='index']
  2. sv/ dashboard [name='dashboard']
  3. sv/ imprint [name='imprint']
  4. sv/ feedback [name='feedback']
  5. sv/ language/
  6. sv/ user/
  7. sv/ license/
  8. sv/ repetition-unit/
  9. sv/ weight-unit/
  10. sv/ routine/
  11. sv/ exercise/ muscle/
  12. sv/ exercise/ category/
  13. sv/ exercise/ equipment/ list [name='list']
  14. sv/ exercise/ equipment/ add [name='add']
  15. sv/ exercise/ equipment/ <int:pk>/edit [name='edit']
  16. sv/ exercise/ equipment/ <int:pk>/delete [name='delete']
  17. sv/ exercise/ history/
  18. sv/ exercise/ overview/ [name='overview']
  19. sv/ exercise/ <int:id>/view/ [name='view']
  20. sv/ exercise/ ^(?P<id>\d+)/view/(?P<slug>[-\w]*)/?$ [name='view']
  21. sv/ exercise/ <int:pk>/view-base [name='view-base']
  22. sv/ exercise/ <int:pk>/view-base/<slug:slug> [name='view-base']
  23. sv/ exercise/ contribute [name='contribute']
  24. sv/ weight/
  25. sv/ nutrition/
  26. sv/ software/
  27. sv/ config/
  28. sv/ gym/
  29. sv/ gallery/
  30. sv/ measurement/
  31. sv/ email/
  32. sv/ sitemap.xml [name='sitemap']
  33. sv/ 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, sv/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.