简体   繁体   English

将我的 Django 应用程序上传到服务器时出现错误

[英]I am getting an error while uploading my Django app to server

2020-10-10T15:33:00.962648+00:00 heroku[web.1]: Process exited with status 3
2020-10-10T15:33:01.005314+00:00 heroku[web.1]: State changed from up to crashed
2020-10-10T15:33:01.408833+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=writingroom.herokuapp.com request_id=c6148721-26bb-4fac-83bf-4acd4ea1365b fwd="176.233.99.0" dyno= connect= service= status=503 bytes= protocol=https
Restarting dynos on ⬢ writingroom... done
PS D:\visual_studio_code\python1\django\my_blog> heroku open

在此处输入图像描述

I am getting an error while uploading my Django app to server(error code=H10 desc="App crashed" method=GET path="/" )将我的 Django 应用程序上传到服务器时出现错误(错误代码=H10 desc="App crashed" method=GET path="/" )

I think that Heroku is so Hard for Deploying or for config.我认为 Heroku 对于部署或配置来说太难了。 you can using pythonanywhere.com this platform can help you for deploying Django, Flask or any project which is making by Python Frameworks您可以使用pythonanywhere.com这个平台可以帮助您部署 Django、Flask 或由 Python 框架制作的任何项目

Check out and see if you've used up all your free dyno hours.检查一下,看看您是否用完了所有免费测功机时间。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么在将 csv 文件上传到 django 应用程序时出现完整性错误? - Why Am I getting an Integrity Error while uploading csv file to django app? 我该如何解决这个问题? 我正在尝试运行我的 django 应用程序并收到此错误 - How do I resolve this? I am trying to run my django app and am getting this error 在我的 django 项目中安装 web3 模块时出现错误 - I am getting error while installing web3 module in my django project 当我尝试导入图像时,我的应用程序不断返回错误。该怎么办? - my app keep getting error back while i am trying to import an image .What to do? 在生产服务器上部署期间,我在 django 应用程序中收到 500 内部服务器错误 ModuleNotFoundError: No module named 'main' (wsgi:error) - I am getting 500 Internal Server Error in django app during deloying on production server ModuleNotFoundError: No module named 'main' (wsgi:error) 我在 heroku 上托管 django 项目时遇到“应用程序错误” - i am getting a 'Application Error' while hosting django project on heroku 在服务器上运行时,我在浏览器上收到 HTML 代码 - While running on Server i am getting HTML code on my browser 我在 django 中注册时尝试将用户添加到定义的组时出现错误 - i am getting an error while i am trying to add a user to a defined group while registration in django 我的Django项目中出现模块错误 - I am getting a module error in my django project 使用 python kivy 构建应用程序时出现错误 - i am getting error while building app using python kivy
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM