다음과 같이 now 템플릿 태그를 활용할 수 있다.
now
{% now "SHORT_DATETIME_FORMAT" as time %} time : {{ time }}
디버그 모드에서 스크립트 캐싱 막기
<script src="{% static 'js/main.js' %}?d={{ time }}"></script>