Page not found (404)

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

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

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