Page not found (404)

Request Method: GET
Request URL: https://fit.boritsch.de/ca/workout/template/public

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

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