heroku masterにrepoをプッシュした後、このエラー([Errno 2] No such file or directory)が表示されます。ここに私のログがあります。Durangoを使ってDjangoを展開する - [Errno 2]そのようなファイルやディレクトリがありません
2012-04-17T18:24:53+00:00 app[web.1]: python: can't open file '/test/project/manage.py': [Errno 2] No such file or directory
2012-04-17T18:24:54+00:00 heroku[web.1]: Process exited with status 2
2012-04-17T18:24:54+00:00 heroku[web.1]: State changed from starting to crashed
2012-04-17T18:24:54+00:00 heroku[web.1]: State changed from crashed to created
2012-04-17T18:24:54+00:00 heroku[web.1]: State changed from created to starting
2012-04-17T18:24:57+00:00 heroku[web.1]: Starting process with command python /test/project/manage.py runserver 0.0.0.0:4473 --noreload 2012-04-17T18:24:57+00:00 app[web.1]: python: can't open file '/test/project/manage.py': [Errno 2] No such file or directory
私Procfileは次のようになります。それは、ファイルを開くことができない理由を私は知らない
web: python /test/project/manage.py runserver 0.0.0.0:$PORT --noreload
。私の開発サーバーを使用しているときには正常に開きます。何か案は?読んでくれてありがとう。
ていますあなたはあなたのローカルレポのマスターブランチを押す? – ryudice
そうだと思います。私がgitブランチをすると、私が見るのはマスターだけです – Zach