1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-02-06 18:13:01 +00:00

6 lines
150 B
Python
Raw Normal View History

2020-09-24 10:21:50 +02:00
from participation.models import Participation
def create_team_participation(instance, **_):
Participation.objects.get_or_create(team=instance)