예제 #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))