在heroku上部署我的django网站时出错

时间:2016-08-15 06:52:29

标签: python django heroku

我使用django创建了一个个人投资组合网站,它还包括一个博客。您可以通过单击here

在我的github存储库中查看确切的目录列表和源代码

我有heroku网站上的proc文件和requirements.txt文件,并按照heroku的指示在命令提示符下执行以下操作:

Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.

现在我在部署和推送失败时看到以下错误:

scrolled = c_scrollTop;
$("#sg-top").on("click",function(){.....});
$("#sg-bottom").on("click",function(){.....});

是的,目录中有一个procfile。 请帮我在heroku中部署这个网站。

1 个答案:

答案 0 :(得分:0)

您的文件名为Procfile.txt。应该只调用Procfile。