Page not found (404)

Request Method: GET
Request URL: https://fit.boritsch.de/it/workout/overview

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

  1. it/ [name='index']
  2. it/ dashboard [name='dashboard']
  3. it/ imprint [name='imprint']
  4. it/ feedback [name='feedback']
  5. it/ language/
  6. it/ user/
  7. it/ license/
  8. it/ repetition-unit/
  9. it/ weight-unit/
  10. it/ routine/
  11. it/ exercise/
  12. it/ weight/
  13. it/ nutrition/
  14. it/ software/
  15. it/ config/
  16. it/ gym/
  17. it/ gallery/
  18. it/ measurement/
  19. it/ email/
  20. it/ sitemap.xml [name='sitemap']
  21. it/ sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  22. robots.txt [name='robots']
  23. api/v2/exercise/search/ [name='exercise-search']
  24. api/v2/ingredient/search/ [name='ingredient-search']
  25. api/v2/
  26. api/v2/login/ [name='api_user']
  27. api/v2/register/ [name='api_register']
  28. api/v2/token/ [name='token_obtain_pair']
  29. api/v2/token/refresh/ [name='token_refresh']
  30. api/v2/token/verify/ [name='token_verify']
  31. api/v2/version/ [name='app_version']
  32. api/v2/check-permission/ [name='permission']
  33. api/v2/min-app-version/ [name='min_app_version']
  34. api/v2/schema [name='schema']
  35. api/v2/schema/ui [name='api-swagger-ui']
  36. api/v2/schema/redoc [name='api-redoc']
  37. email/

The current path, it/workout/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.