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