Esempio n. 1
0
 def txn():
     code = gen_salt(20)
     language = i18n.get_locale()
     profile = Profile(user=user,
                       verification_code=code,
                       language=language)
     profile.put()
     return profile
Esempio n. 2
0
 def get_locale():
     return i18n.get_locale()
Esempio n. 3
0
 def get_locale():
     return i18n.get_locale()
Esempio n. 4
0
 def txn():
     code = gen_salt(20)
     language = i18n.get_locale()
     profile = Profile(user=user, verification_code=code, language=language)
     profile.put()
     return profile