LeeHanYeong / LeeHanYeong.github.io

https://lhy.kr
2 stars 0 forks source link

django-default-static-image-field #6

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

정적 파일을 기본값으로 갖는 ImageField구현

장고에서 FileField와 ImageField는 실제 파일이 아닌 파일이 저장될 상대경로 문자열을 저장합니다. 이 때, 파일이 주어지지 않았을 경우를 대비해 default속성에 지정한 값은 동적으로 해당 경로를 찾는것이 아니라 해당 값을 필드에 문자열로 저장합니다.

https://lhy.kr/django-default-static-image-field

Byongho96 commented 1 year ago

감사합니다~~~