Example #1
0
def get_match_list_by_contest_id(contest_id):
	return MatchList.objects(contestId = contest_id)[0]