1.
articleapp detail.html 수정하기
따로 view 만들 필요 없음
for문 활용 : target_article의 comment를 모두 가져오겠다는 것
2.
commentapp에 detail.html 생성하기
3.
commentapp views.py에 deleteview 추가하기
댓글을 삭제하고 나서도 해당글로 갈 수 있도록 success_url도 설정해주기
detail.html에서 <a> 태그 활용해서 링크 걸어주기
urls.py도 delete 넣어서 수정하기
4.
articleapp에 있는 delete.html commentapp으로 복붙하고 수정하기
5.
decorators 복붙하고 수정하기
6.
views.py 수정하기