我使用django創建了個人網站,同時還包含博客。您可以通過點擊here在heroku上部署我的django網站時出現錯誤
我有procfile並在Heroku的網站上說,做在命令提示符下所指示的Heroku的requirements.txt文件看到我的github倉庫的確切目錄清單和源代碼:
$ heroku login
$ heroku git:clone -a appname
$ cd appname
$ git add .
$ git commit -am "make it better"
$ git push heroku master
現在我看到下面的錯誤,同時部署和推動失敗:
Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.
是的,有在目錄中procfile雖然。 請幫我部署這個網站在heroku。