This commit is contained in:
Trey t
2023-06-12 21:50:13 -05:00
parent 7fdbaaa6f5
commit 3da41c3352
33 changed files with 223 additions and 75 deletions

View File

@@ -45,9 +45,10 @@ INSTALLED_APPS = [
'equipment',
'exercise',
'muscle_group',
'registered_user',
'workout'
'workout',
'muscle',
'scripts'
]
MIDDLEWARE = [