Web Server Gateway Interface (WSGI)

gunicorn

Heroku 배포

heroku login: 로그인 
heroku apps: 계정 내 등록된 어플들의 목록 
**heroku create test**: test라는 헤로쿠 어플을 등록 
git remote -v: 헤로쿠 주소 확인? 
**git push heroku master** (main): 깃 주소로 코드를 올리기