Page not found (404)

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

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

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