Private
Public Access
1
0

added ritmo time logo

This commit is contained in:
Sander Roosendaal
2018-06-22 12:50:34 +02:00
parent aad5020723
commit c7c7199a7b
6 changed files with 4 additions and 1 deletions

View File

@@ -643,6 +643,7 @@ class Rower(models.Model):
tokenexpirydate = models.DateTimeField(blank=True,null=True)
c2refreshtoken = models.CharField(default='',max_length=200,blank=True,null=True)
c2_auto_export = models.BooleanField(default=False)
c2_auto_import = models.BooleanField(default=False)
sporttrackstoken = models.CharField(default='',max_length=200,blank=True,null=True)
sporttrackstokenexpirydate = models.DateTimeField(blank=True,null=True)
sporttracksrefreshtoken = models.CharField(default='',max_length=200,