bracket-feature
Laurent 9 months ago
parent 5769c9bf59
commit ee2028d804
  1. 4
      tournaments/views.py

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

Loading…
Cancel
Save