-
[django] Error: 'static', expected 'endblock'. Did you forget to register or load this tagPrograming/Python 2019. 4. 15. 08:56
https://stackoverflow.com/questions/22650371/django-is-it-impossible-to-static-tag-into-block-tag
block tag 안에 static tag 를 추가할 수 있습니다.
부모 템플릿을 상속받더라도 html 에 {% load staticfiles %}를 추가해주면 됩니다.
'Programing > Python' 카테고리의 다른 글
[python] string center (0) 2019.05.09 [python] tuples (0) 2019.04.26 [django] template 상속 (0) 2019.04.11 [django] 404 page 변경하기 (0) 2019.04.10 [django] Error: TypeError: __init__() missing 1 required positional argument: 'on_delete' (0) 2019.04.09