Пример #1
0
def get_all_locations():
    return tf.get_all_rows(Location)
Пример #2
0
def get_all_badges():
    return tf.get_all_rows(Badge)
def get_all_pic_likes():
    return tf.get_all_rows(PictureLike)
Пример #4
0
def get_all_comments():
    return tf.get_all_rows(Comment)
Пример #5
0
def get_all_users():
    return tf.get_all_rows(User)
Пример #6
0
def get_all_pictures():
    return tf.get_all_rows(Picture)
Пример #7
0
def get_all_rating():
    return tf.get_all_rows(Rating)
Пример #8
0
def get_all_categories():
    return tf.get_all_rows(Category)
def get_all_comment_likes():
    return tf.get_all_rows(CommentLike)
Пример #10
0
def get_all_reviews():
    return tf.get_all_rows(Review)
Пример #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)