import os
# def run_stored_procedure():
#     command = 'mysql --user=bi_siimgroup --password="&v{Fdu0,kA0Q" --database=bi_siimgroup --execute="CALL RefreshTables()" >/dev/null 2>&1 # atualizacao BI SimmGroup'
#     os.system(command)
def run_management_command():
    command = 'python manage.py sync_data_siimgroup'
    os.system(command)