Private
Public Access
1
0

minimal working version of alert_get_stats

This commit is contained in:
Sander Roosendaal
2019-08-14 21:42:30 +02:00
parent 9024aa7686
commit 04fcdf6d6d
2 changed files with 76 additions and 6 deletions

View File

@@ -1023,7 +1023,7 @@ class Condition(models.Model):
metric = models.CharField(max_length=50,choices=parchoicesy1,verbose_name='Metric')
value1 = models.FloatField(default=0)
value2 = models.FloatField(default=0)
condition = models.CharField(max_length=2,choices=conditionchoices,null=True)
condition = models.CharField(max_length=20,choices=conditionchoices,null=True)
rowchoices = []
for key,value in mytypes.workouttypes: