Advertisement
Guest User

código para inserir

a guest
Jan 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. image = Image(nome = nome_foto,image = basedir+"/"+nome_foto,data_foto_no_device = foto["time_stamp_foto"],observacao = foto["observacao"],empresa_id = empresa_info.get("id_api"),user_id = user_info.get("id_api"), categoria_id =foto["categoria"].get("id_api"),protocolo_id=protocolo_id)
  2. if foto["meio_pagamento"] != "":
  3. image.meio_pagamento_id = foto["meio_pagamento"].get("id_api")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement