예제 #1
0
파일: views.py 프로젝트: stanford-gfx/Horus
def easing_curve():
  shots = db.get_shots()
  return render_template('easing_curve.html', shots=shots)
예제 #2
0
def easing_curve():
    shots = db.get_shots()
    return render_template('easing_curve.html', shots=shots)
예제 #3
0
파일: views.py 프로젝트: stanford-gfx/Horus
def index():
  shots = db.get_shots()
  return render_template('index.html', shots=shots)
예제 #4
0
def index():
    shots = db.get_shots()
    return render_template('index.html', shots=shots)