Example #1
0
def latest_exhibit(db):
    return models.get_public_exhibits(db,1)['exhibits'][0]
Example #2
0
def exhibits(db):
    return models.get_public_exhibits(db)