https://github.com/chea-young/study-flask
Flask를 공부한 것을 정리하는 Repository(flask, python, mysql, )
https://github.com/chea-young/study-flask
flask python
Last synced: about 2 months ago
JSON representation
Flask를 공부한 것을 정리하는 Repository(flask, python, mysql, )
- Host: GitHub
- URL: https://github.com/chea-young/study-flask
- Owner: chea-young
- Created: 2020-07-04T15:31:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T23:52:06.000Z (over 1 year ago)
- Last Synced: 2024-12-26T00:26:46.368Z (over 1 year ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## flask
#### - jinja2는 template엔진
#### - Werkzeug는 HTTP를 받아 분석하여 처리
#### - WSGI(Web Server Gateway Interface), Python 에서 웹서버와 애플리케이션간의 인터페이스(데이터 통로)
]
#### -구분해야 될 점
- @app.route('/test/')
- @app.route('/test')
#### 참고 사이트
: https://wings2pc.tistory.com/category/KIT?page=1