Page not found (404)

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

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

  1. tr/ [name='index']
  2. tr/ dashboard [name='dashboard']
  3. tr/ imprint [name='imprint']
  4. tr/ feedback [name='feedback']
  5. tr/ language/
  6. tr/ user/
  7. tr/ license/
  8. tr/ repetition-unit/
  9. tr/ weight-unit/
  10. tr/ routine/
  11. tr/ exercise/
  12. tr/ weight/
  13. tr/ nutrition/
  14. tr/ software/
  15. tr/ config/
  16. tr/ gym/
  17. tr/ gallery/
  18. tr/ measurement/
  19. tr/ email/
  20. tr/ sitemap.xml [name='sitemap']
  21. tr/ 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, tr/workout/schedule/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.