Private
Public Access
1
0

added impeller to Workout model and saving of this in dataprep

need more work and testing
This commit is contained in:
Sander Roosendaal
2020-01-07 14:57:05 +01:00
parent 92cc9d5811
commit 07e9a5abf1
2 changed files with 21 additions and 8 deletions

View File

@@ -2734,6 +2734,7 @@ class Workout(models.Model):
choices=privacychoices)
rankingpiece = models.BooleanField(default=False,verbose_name='Ranking Piece')
duplicate = models.BooleanField(default=False,verbose_name='Duplicate Workout')
impeller = models.BooleanField(default=False,verbose_name='Impeller')
def save(self, *args, **kwargs):
user = self.user