|
|
|
|
@ -880,8 +880,8 @@ def tournament_import_team_reg(request): |
|
|
|
|
|
|
|
|
|
# Then process all other files |
|
|
|
|
serializer_mapping = { |
|
|
|
|
'group-stages.json': GroupStageSerializer, |
|
|
|
|
# 'team-registrations.json': TeamRegistrationSerializer, |
|
|
|
|
# 'group-stages.json': GroupStageSerializer, |
|
|
|
|
'team-registrations.json': TeamRegistrationSerializer, |
|
|
|
|
# 'matches.json': MatchSerializer, |
|
|
|
|
# 'player-registrations.json': PlayerRegistrationSerializer, |
|
|
|
|
# 'team-scores.json': TeamScoreSerializer |
|
|
|
|
|