Heroku 現在需要手動建立 db,且即將把預設改成 Python 3 (不需 runtime.txt)。 建立 db: ```bash heroku addons:create heroku-postgresql:hobby-dev ```