Python 我通过Heroku部署了我的Django服务器,构建成功了,但是一直得到';应用程序错误';在部署的URL上

Python 我通过Heroku部署了我的Django服务器,构建成功了,但是一直得到';应用程序错误';在部署的URL上,python,django,heroku,Python,Django,Heroku,我通过Heroku部署了Django服务器,构建成功。每当我转到部署的URL时,我都会得到一个应用程序错误,而没有任何特定的错误。它只是说让我检查我的日志。这是我的日志。我有什么遗漏吗?使用Heroku部署仍然是新的 -----> Python app detected -----> No change in requirements detected, installing from cache -----> Installing pip 20.1.1, setuptools

我通过Heroku部署了Django服务器,构建成功。每当我转到部署的URL时,我都会得到一个应用程序错误,而没有任何特定的错误。它只是说让我检查我的日志。这是我的日志。我有什么遗漏吗?使用Heroku部署仍然是新的

-----> Python app detected
-----> No change in requirements detected, installing from cache
-----> Installing pip 20.1.1, setuptools 47.1.1 and wheel 0.34.2
-----> Installing SQLite3
-----> Installing requirements with pip
-----> $ python manage.py collectstatic --noinput
       /app/.heroku/python/lib/python3.6/site-packages/environ/environ.py:630: UserWarning: /tmp/build_b0b32caa_/portfolio_project/.env doesn't exist - if you're not configuring your environment separately, create one.
         "environment separately, create one." % env_file)
       330 static files copied to '/tmp/build_b0b32caa_/staticfiles'.
-----> Discovering process types
       Procfile declares types -> (none)
-----> Compressing...
       Done: 71M
-----> Launching...
       Released v19
       https://coreys-portfolio-server.herokuapp.com/ deployed to Heroku

如果您的应用程序在自己的计算机上运行正常,那么您可以尝试使用heroku restart重新启动应用程序。

…您认为这会有什么帮助?这个问题没有给我们任何信息,手动重启dynos是非常罕见的。这是您的部署日志。我们需要查看您的运行时日志。运行heroku日志,看看它能给你带来什么。