示例#1
0
文件: views.py 项目: roxit/lilium
def hot(request):
    lily = Lily()
    page = lily.fetch_hot()
    return render_to_response('hot.html', dict(page=page, board_manager=lily.board_manager))
示例#2
0
文件: views.py 项目: roxit/lilium
def hot(request):
    lily = Lily()
    page = lily.fetch_hot()
    return render_to_response(
        'hot.html', dict(page=page, board_manager=lily.board_manager))