예제 #1
0
파일: views.py 프로젝트: RomanBaggins/CAH
def start_game(request):
    token = request.GET.get('authToken')

    Player.start_game(token)