1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-26 07:42:24 +00:00
plateforme-corres2math/apps/participation/signals.py
2020-09-24 10:21:50 +02:00

6 lines
150 B
Python

from participation.models import Participation
def create_team_participation(instance, **_):
Participation.objects.get_or_create(team=instance)