문제

I was create one app which have model and it was created but i facing problem how to edit data in google data store using python or Django. Please Help me.

도움이 되었습니까?

해결책

Fetch the record you want to edit (by key , id or any filter) , modify the field you want to edit and then put() it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top