prologin.concours.stechec.views module

class prologin.concours.stechec.views.ChampionsListMixin

Bases: object

context_object_name = 'champions'
get_context_data(**kwargs)
paginate_by = 50
template_name = 'stechec/champions-list.html'
title = 'Tous les champions'
class prologin.concours.stechec.views.MatchesListMixin

Bases: object

context_object_name = 'matches'
get_context_data(**kwargs)
paginate_by = 100
template_name = 'stechec/matches-list.html'
title = 'Tous les matchs'
class prologin.concours.stechec.views.TournamentViewMixin

Bases: object

get_queryset()
jury_first = False
jury_players()
player_queryset()
players()