Beispiel #1
0
def index():
  people = getPeople()
  chores = getChores()
  update()
  rotate()
  multiSelect()
  return render_template('template.html', people = people, chores = chores)
Beispiel #2
0
def multi():
  multiSelect()
  return redirect(url_for('index'))
Beispiel #3
0
def createPairs():
  rotate()
  multiSelect()