예제 #1
0
def score_with_sources():
    handin = Handin.objects().first()
    handin.users[0]
    return 50
예제 #2
0
def score_with_relations():
    handin = Handin.objects().first()
    handin.users[0]
    return 50
예제 #3
0
def score():
    handin = Handin.objects().first()
    handin.users[0]
    return 50