示例#1
0
文件: admin.py 项目: geekone/pyweb
def shops():
    try:
        _shop_results = Shop.all()
    except Exception,e:
        current_app.logger.error(e)