Private
Public Access
1
0

implemented positive opt in for GDPR

This commit is contained in:
Sander Roosendaal
2018-03-07 13:55:25 +01:00
parent 0808884c9c
commit ad71e8ff0d
6 changed files with 107 additions and 1 deletions

View File

@@ -468,6 +468,8 @@ class Rower(models.Model):
('Yoga','Yoga'),
)
user = models.OneToOneField(User)
gdproptin = models.BooleanField(default=False)
gdproptindate = models.DateTimeField(blank=True,null=True)
# Heart Rate Zone data
max = models.IntegerField(default=192,verbose_name="Max Heart Rate")