Heroku/python failed to detect set buildpack

后端 未结 3 694
隐瞒了意图╮
隐瞒了意图╮ 2021-01-01 21:10

I\'m a Django newbie, I created an app and want to deploy it using Heroku. However, when I do git push heroku master (I follow Heroku\'s getting started), this

3条回答
  •  猫巷女王i
    2021-01-01 21:42

    You just have to add requirements.txt to your main application folder.It contain the package that we work on like django ,flask.

提交回复
热议问题