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