Getting Start with Python
いかに沿って行う
https://devcenter.heroku.com/articles/getting-started-with-python#introduction
クライアントのインストール
https://devcenter.heroku.com/start
ログイン
heroku login
push
git clone https://github.com/heroku/python-getting-started.git
cd python-getting-started
heroku create
git push heroku master
heroku open
ログ見る
heroku logs --tail
プロセス見る
heroku ps
スケーリング
heroku ps:scale web=0
heroku ps:scale web=1
プロファイル
vim Profile
web app