Exemplo n.º 1
0
def shops():
    try:
        _shop_results = Shop.all()
    except Exception,e:
        current_app.logger.error(e)