Exemplo n.º 1
0
def hot(request):
    lily = Lily()
    page = lily.fetch_hot()
    return render_to_response('hot.html', dict(page=page, board_manager=lily.board_manager))
Exemplo n.º 2
0
def hot(request):
    lily = Lily()
    page = lily.fetch_hot()
    return render_to_response(
        'hot.html', dict(page=page, board_manager=lily.board_manager))