예제 #1
0
파일: views.py 프로젝트: x4nth055/hrk
def delete_departments(id):
    Database.delete_department(id)
    return redirect_previous_url()