Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そこで、PyCharm 2.7.2 を使用して Heroku Integration をダウンロードしました。API キーを入力し、選択した名前のアプリを追加しました。Heroku の無料アカウントで基本的な django アプリを作成したいと考えています。それで、私は今何をしますか?プロジェクト内のすべてのものを実際に Heroku にアップロードする方法について、基本的な手順を教えてください。
pycharm の統合についてはよくわかりませんが、簡単な答えは git push to heroku です。
pycharm を使用する場合は、Menu >> VCS >> Git >> Push を実行するだけです。次に、heroku がデフォルトのリモート (オリジン) でない場合は、代替リモート/ブランチにプッシュするためのチェックボックスをオンにします。私は heroku と master を選択しました。