Пример #1
0
 def create_entity(self, word, dictionary, transcription, translation):
     entity = Word()
     entity.word = word
     entity.transcription = transcription
     entity.translation = translation
     entity.dictionary = dictionary
     entity.usages = 1
     entity.put()