Exemplo n.º 1
0
def delete_data_item(data_id):
    ItemData.delete_data_item(data_id)
    db.session.commit()