assignment_tag

[Django] Django custom template tags Django에서 제공하는 django templates의 한계를 극복, 개발자가 직접 template를 제작하여 사용할 수 있다. - custom template_tags는 반드시 앱 안의 "templatetags"폴더 안에 생성해야한다. - templatetags폴더가 포함된 앱은 반드시 INSTALLED_APPS 에 선언되어 있어야 한다. - django templates에 custom templates를 추가한 경우 서버를 재시작해야 정상적으로 적용된다. 💁‍ filter django templates 에서 |를 이용해서 사용한다. @register.filter name: 필터 이름 is_safe needs_autoescape exp..
S0PH1A
'assignment_tag' 태그의 글 목록