1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 09:18:23 +02:00

Don't use Google Sheets in tests (for now)

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-03-31 15:30:17 +02:00
parent bf5c673739
commit 779aec5e55
3 changed files with 10 additions and 3 deletions

View File

@ -635,7 +635,7 @@ class Tournament(models.Model):
else:
tweak2_qs.update_or_create(defaults={'diff': tweak2_nb},
create_defaults={'diff': tweak2_nb, 'pool': pool2,
'participation': participation})
'participation': participation})
def get_absolute_url(self):
return reverse_lazy("participation:tournament_detail", args=(self.pk,))