gets strava owner id thru api
This commit is contained in:
@@ -849,6 +849,7 @@ class Rower(models.Model):
|
||||
max_length=30,
|
||||
choices=stravatypes,
|
||||
verbose_name="Export Workouts to Strava as")
|
||||
strava_owner_id = models.BigIntegerField(default=0)
|
||||
|
||||
strava_auto_export = models.BooleanField(default=False)
|
||||
strava_auto_import = models.BooleanField(default=False)
|
||||
|
||||
Reference in New Issue
Block a user