Beispiel #1
0
def delete_category(category_id):
    Category.remove_category(int(category_id))
    return redirect("/god")