Exemplo n.º 1
0
def index():
    cameras = Camera.select()
    return render_template('index.html', cameras=cameras)