Skip to content

Commit

Permalink
Remove more unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Jan 30, 2025
1 parent b99a206 commit 8d3fa66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
9 changes: 1 addition & 8 deletions wger/exercises/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@
from wger.exercises.views import (
categories,
equipment,
exercises,
history,
muscles,
)


# sub patterns for history
patterns_history = [
path('admin-control', history.control, name='overview'),
Expand Down Expand Up @@ -124,12 +122,7 @@
),
path(
'<int:id>/view/',
exercises.view,
name='view',
),
re_path(
r'^(?P<id>\d+)/view/(?P<slug>[-\w]*)/?$',
exercises.view,
ReactView.as_view(div_id='react-exercise-detail'),
name='view',
),
path(
Expand Down
78 changes: 0 additions & 78 deletions wger/exercises/views/exercises.py

This file was deleted.

0 comments on commit 8d3fa66

Please sign in to comment.