将Django项目部署到Heroku

时间:2020-07-03 20:44:48

标签: django heroku

我是Heroku和Django的新手,在将应用程序部署到Heroku时遇到一些问题。 git:https://github.com/garden117/recipe-app-api

我的直觉是,它与Profile有关,我尝试了不同的选项:粘贴到不同的文件夹/重命名应用程序,仍然不起作用。

日志: 2020-07-03T19:50:15.208779 + 00:00 heroku [router]:at =错误代码= H14 desc =“没有正在运行的Web进程” method = GET path =“ / favicon.ico” host = cryptic-atoll-79106 .herokuapp.com request_id = 3feed318-fe5b-4dd6-9135-259c590c8098 fwd =“ 45.49.181.247” dyno = connect = service = status = 503 bytes = protocol = https

2 个答案:

答案 0 :(得分:0)

git init
git remote add origin master 'Heroki URL'
git add --all
git commit -m 'First Push'
git push -u origin master
or if not work do this
git push --force origin master 

答案 1 :(得分:0)

web:gunicorn --chdir app app.wsgi:application --log-file-