gpt4 book ai didi

python - Heroku django 没有这样的应用程序

转载 作者:太空宇宙 更新时间:2023-11-03 18:42:38 25 4
gpt4 key购买 nike

我已经逐字逐句地遵循了 django 入门指南,并且我看到了这个 Heroku |没有应用程序页面。

enter image description here

使用命令 foreman startpython manage.py runserver 工作正常,我可以在本地查看该应用程序。当我push时,它甚至看起来很好,这是git push heroku

的结果
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 685 bytes, done.
Total 5 (delta 4), reused 0 (delta 0)
-----> Python app detected
-----> No runtime.txt provided; assuming python-2.7.4.
-----> Using Python runtime (python-2.7.4)
-----> Installing dependencies using Pip (1.3.1)
Cleaning up...
-----> Collecting static files
266 static files copied.

-----> Discovering process types
Procfile declares types -> web

-----> Compiled slug size: 139.4MB
-----> Launching... done, v18
http://spritesheet-gen.herokuapp.com deployed to Heroku

这是来自 heroku 日志 的最后响应。哪个看起来也不错?

2013-11-25T16:43:21+00:00 heroku[slug-compiler]: Slug compilation started
2013-11-25T16:43:58.322717+00:00 heroku[api]: Deploy ed36962 by dalberto.adler@gmail.com
2013-11-25T16:43:58.369387+00:00 heroku[api]: Release v18 created by dalberto.adler@gmail.com
2013-11-25T16:43:58+00:00 heroku[slug-compiler]: Slug compilation finished
2013-11-25T16:43:59.550336+00:00 heroku[web.1]: State changed from crashed to starting
2013-11-25T16:44:27.656355+00:00 heroku[web.1]: Starting process with command `gunicorn spritesheetgen.wsgi`
2013-11-25T16:44:28.625250+00:00 app[web.1]: 2013-11-25 16:44:28 [2] [INFO] Listening at: http://0.0.0.0:57632 (2)
2013-11-25T16:44:28.625326+00:00 app[web.1]: 2013-11-25 16:44:28 [2] [INFO] Using worker: sync
2013-11-25T16:44:28.632096+00:00 app[web.1]: 2013-11-25 16:44:28 [7] [INFO] Booting worker with pid: 7
2013-11-25T16:44:28.624290+00:00 app[web.1]: 2013-11-25 16:44:28 [2] [INFO] Starting gunicorn 18.0
2013-11-25T16:44:28.940383+00:00 heroku[web.1]: State changed from starting to up

我的 Procfile 看起来像这样

web: gunicorn spritesheetgen.wsgi

我的项目结构看起来像这样(点击获取源代码)

我也尝试过heroku run foreman start但是

我已经做了相当多的谷歌搜索,但没有找到任何解决方案,我想我错过了一些简单但基本的东西。任何指示表示赞赏

最佳答案

事实证明,这不是我的错,而是 Heroku 的错。某种 DNS 错误路由问题,在联系他们后他们为我修复了。

结论 如果您可以运行 foreman start 来运行本地服务器,并且当您执行 git push heroku 时,heroku 不会提示,那么它可能不是您的错,您应该通过他们网站上的“支持”选项卡与他们联系。

关于python - Heroku django 没有这样的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20198969/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com