Create Google Sheets after the draw
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
e53575d31d
commit
8d7d7cd645
|
@ -399,6 +399,8 @@ class Pool(models.Model):
|
||||||
passage.observer = tds[line[3]].participation
|
passage.observer = tds[line[3]].participation
|
||||||
await passage.asave()
|
await passage.asave()
|
||||||
|
|
||||||
|
await sync_to_async(self.associated_pool.update_spreadsheet)()
|
||||||
|
|
||||||
return self.associated_pool
|
return self.associated_pool
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|
Loading…
Reference in New Issue