minimal working version of alert_get_stats
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user