debug vhc

This commit is contained in:
2024-12-04 09:34:43 +01:00
parent b8fa27c6df
commit 83d7f7d5f5

View File

@@ -39,7 +39,7 @@ class Vehicles(models.Model):
nType = models.CharField('Type', max_length=1, choices=VHC_CHOICES, default=1)
bLucas = models.BooleanField("Lucas", default=0)
nOrder = models.IntegerField("Ordre", default=0)
#nTeam = models.CharField('Équipe', max_length=1, choices=TEAM_NUMBER, default=1)
nTeam = models.CharField('Équipe', max_length=1, choices=TEAM_NUMBER, default=1)
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)