Page not found (404)

No Exercise matches the given query.
Request Method: GET
Request URL: https://fit.boritsch.de/de/exercise/10/view/wadendrucken-aussen
Raised by: wger.exercises.views.exercises.view

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

  1. de/ [name='index']
  2. de/ dashboard [name='dashboard']
  3. de/ imprint [name='imprint']
  4. de/ feedback [name='feedback']
  5. de/ language/
  6. de/ user/
  7. de/ license/
  8. de/ repetition-unit/
  9. de/ weight-unit/
  10. de/ routine/
  11. de/ exercise/ muscle/
  12. de/ exercise/ category/
  13. de/ exercise/ equipment/
  14. de/ exercise/ history/
  15. de/ exercise/ overview/ [name='overview']
  16. de/ exercise/ <int:id>/view/ [name='view']
  17. de/ exercise/ ^(?P<id>\d+)/view/(?P<slug>[-\w]*)/?$ [name='view']

The current path, de/exercise/10/view/wadendrucken-aussen, matched the last one.

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.