Exemplo n.º 1
0
def get_anim_type_for_photo_size(width, height):
    return AnimationType.all().filter('type =', 'photo').\
                               filter('photo_height =', height).\
                               filter('photo_width =', width).\
                               fetch(1)[0]