コード例 #1
0
ファイル: cookrecipe.py プロジェクト: 1nn7erplay/Movuca
def book():
	cookrecipe = CookRecipe('book')
	return cookrecipe.render('app/cookrecipe/book')
コード例 #2
0
ファイル: cookrecipe.py プロジェクト: 1nn7erplay/Movuca
def addtobookbutton():
    cookrecipe = CookRecipe()
    return cookrecipe.add_to_book_button()
コード例 #3
0
ファイル: cookrecipe.py プロジェクト: 1nn7erplay/Movuca
def removefrombook():
    cookrecipe = CookRecipe()
    return cookrecipe.remove_from_book()
コード例 #4
0
def addtobookbutton():
    cookrecipe = CookRecipe()
    return cookrecipe.add_to_book_button()
コード例 #5
0
def removefrombook():
    cookrecipe = CookRecipe('remove_from_book')
    return cookrecipe.add_to_book_button()
コード例 #6
0
def book():
    cookrecipe = CookRecipe('book')
    return cookrecipe.render('app/cookrecipe/book')
コード例 #7
0
def removefrombook():
    cookrecipe = CookRecipe()
    return cookrecipe.remove_from_book()