Python Flask Tutorial #7 - User Account and Profile Picture 정보
Python Flask Tutorial #7 - User Account and Profile Picture
본문
https://youtu.be/803Ei2Sq-Zs?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH
코드 스니펫은 https://github.com/CoreyMSchafer/code_snippets/blob/master/Python/Flask_Blog/snippets/account.html
default.jpg 이미지는
파일 업로드 (21분경)
from flask_wtf.file import FileField, FileAllowed
이미지 리사이즈 (35분경)
https://pillow.readthedocs.io/en/stable/
pipenv install Pillow
추천
0
0
댓글 1개

감사합니다.