Buscar entidad por usuario en Python con Google App
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
#3
newPlayer = model.Player(user=users.get_current_user(), publicName='jon') newPlayer.put() usr = users.get_current_user() jonn = model.Player.all().filter('user =', usr).fetch(1) print jon.nickname >> 'jon'