nothing
This commit is contained in:
@@ -80,6 +80,12 @@ class Rower(models.Model):
|
||||
def __str__(self):
|
||||
return self.user.username
|
||||
|
||||
class FavoriteChart(models.Model):
|
||||
yparam1 = models.CharField(max_length=50)
|
||||
yparam2 = models.CharField(max_length=50)
|
||||
xparam = models.CharField(max_length=50)
|
||||
user = models.ForeignKey(Rower)
|
||||
|
||||
class Workout(models.Model):
|
||||
workouttypes = (
|
||||
('water','On-water'),
|
||||
|
||||
Reference in New Issue
Block a user