Blog
About Me
citeFred’s Blog(과거)
/
Study
/
[Flask] Flask framework 미니프로젝트(project mars) 01 (초기 환경 구축)
Blog
About Me
citeFred’s Blog(과거)
/
Study
/
[Flask] Flask framework 미니프로젝트(project mars) 01 (초기 환경 구축)
Share
Blog
About Me
[Flask] Flask framework 미니프로젝트(project mars) 01 (초기 환경 구축)
Author
Summary
초기 환경 구축
Category
Study
Tags
Favorite
Memory Date
2023/07/09
Progress Status
Done
Cross Reference Study
Related Media
Related Thought
Related Lessons
tag
날짜
작성자
진행상황
진행 전
태그구분
5 more properties
1. 프로젝트 폴더 생성
2. app.py 메인 파일 생성
3. venv 가상 환경 설정
python3 -m venv venv
Plain Text
복사
4. 인터프리터 python 3.8.2 버전 선택 후 (venv)가상환경 적용 터미널 열기
5. view페이지용 templates 폴더 생성
6. 메인 뷰페이지 index.html 생성
7. .gitignore로 가상환경 추적 제외
venv/
Plain Text
복사