Exemple #1
0
def getShowCount():
    return Show.all().count()
Exemple #2
0
def getAllShows(keys_only=False, get_num=50):
    return Show.all(keys_only=keys_only).order("-number").fetch(get_num)