コード例 #1
0
ファイル: views.py プロジェクト: x4nth055/hrk
def delete_departments(id):
    Database.delete_department(id)
    return redirect_previous_url()