Exemplo n.º 1
0
 def annotate_checkins(queryset, t):
     return get_checkins(queryset, t, 'checkin_window_venues')
Exemplo n.º 2
0
 def annotate_checkins(queryset, t):
     return get_checkins(queryset, t, 'checkin_window_people')
Exemplo n.º 3
0
def populate_checkins(debates, tournament):
    get_checkins(debates, tournament, None)
Exemplo n.º 4
0
def populate_checkins(debates, tournament):
    get_checkins(debates, tournament, None)
Exemplo n.º 5
0
 def annotate_checkins(queryset, t):
     return get_checkins(queryset, t, 'checkin_window_venues')
Exemplo n.º 6
0
 def annotate_checkins(queryset, t):
     return get_checkins(queryset, t, 'checkin_window_people')