Ejemplo n.º 1
0
def get_all_locations():
    return tf.get_all_rows(Location)
Ejemplo n.º 2
0
def get_all_badges():
    return tf.get_all_rows(Badge)
Ejemplo n.º 3
0
def get_all_pic_likes():
    return tf.get_all_rows(PictureLike)
Ejemplo n.º 4
0
def get_all_comments():
    return tf.get_all_rows(Comment)
Ejemplo n.º 5
0
def get_all_users():
    return tf.get_all_rows(User)
Ejemplo n.º 6
0
def get_all_pictures():
    return tf.get_all_rows(Picture)
Ejemplo n.º 7
0
def get_all_rating():
    return tf.get_all_rows(Rating)
Ejemplo n.º 8
0
def get_all_categories():
    return tf.get_all_rows(Category)
Ejemplo n.º 9
0
def get_all_comment_likes():
    return tf.get_all_rows(CommentLike)
Ejemplo n.º 10
0
def get_all_reviews():
    return tf.get_all_rows(Review)
Ejemplo n.º 11
0
def get_all_user_has_badge():
    return tf.get_all_rows(UserBadge)
def get_all_visited_location():
    return tf.get_all_rows(VisitedLocation)