pbbm -parameters

1 parent f3a9d11f
......@@ -81,7 +81,7 @@ def main(argv=sys.argv):
update_exist=True)
append_csv(GroupPermission, 'group_permission.csv', ['group_id', 'perm_name'],
get_file_func=get_file, update_exist=True)
append_csv(Parameter, "parameters.csv", ["kode"], get_file_func=get_file)
# append_csv(Parameter, "parameters.csv", ["kode"], get_file_func=get_file)
# append_csv(PbbPelayanan, "layanan.csv", ["kode"], get_file_func=get_file)
# append_csv(PbbSyarat, "syarat.csv", ["kode"], get_file_func=get_file)
# transaction.commit()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!