标签: python django heroku
我正在Python3上练习django2,并想在heroku上部署该项目。当我运行同一个命令时:
$ git init $ git add . $ git commit -am "Ready for deployment to heroku" $ git staus
一切都很好,然后:
$ heroku create
最后一条命令我遇到了一些问题:
$ git push heroku master
app pacific-plateau-99737. was deleted already, how to push the new created app hidden-escarpment-89466?