get current time in django template

종욱·2019년 12월 3일
0

django

목록 보기
2/5

다음과 같이 now 템플릿 태그를 활용할 수 있다.

{% now "SHORT_DATETIME_FORMAT" as time %}
time : {{ time }}

디버그 모드에서 스크립트 캐싱 막기

<script src="{% static 'js/main.js' %}?d={{ time }}"></script>

0개의 댓글