54번째 줄:
54번째 줄:
<div class="text-center">추천한 사람 수:{{question.voter.count}}</div>
<div class="text-center">추천한 사람 수:{{question.voter.count}}</div>
</syntaxhighlight>
</syntaxhighlight>
+
+
= 마침 =
+
위 작업은 추천 데이터의 반영을 창을 새로고침으로써 수행했다. 실시간, 비동기 반영을 원하면 [[장고 실시간 추천]] 문서를 참고하도록 하자.