WIP
This commit is contained in:
@@ -21,6 +21,7 @@ class Exercise(models.Model):
|
||||
equipment_required = models.CharField(null=True, blank=True, max_length=255)
|
||||
muscle_groups = models.CharField(null=True, blank=True, max_length=255)
|
||||
synonyms = models.CharField(null=True, blank=True, max_length=255)
|
||||
estimated_rep_duration = models.FloatField(null=True, blank=True, max_length=255)
|
||||
|
||||
class Meta:
|
||||
ordering = ('name',)
|
||||
|
||||
Reference in New Issue
Block a user