سؤال

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