테스트 사이트 - 개발 중인 베타 버전입니다

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 이미지는 

 

https://github.com/CoreyMSchafer/code_snippets/blob/master/Python/Flask_Blog/07-User-Account-Profile-Pic/flaskblog/static/profile_pics/default.jpg

 

파일 업로드 (21분경)

from flask_wtf.file import FileField, FileAllowed

 

이미지 리사이즈 (35분경) 

https://pillow.readthedocs.io/en/stable/

pipenv install Pillow

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 1개

게시글 목록

번호 제목
1