Как решить сообщение об ошибке при загрузке проекта django на Heroku. и показать "Ошибка приложения"
Я уже загрузил проект django на Heroku, но при открытии сайта появляется сообщение "Ошибка приложения". Как решить проблему с сообщением об ошибке загрузки файла на Heroku.
Журналы приложений:
2022-06-28T09:21:12.444272+00:00 heroku[run.7288]: State changed from up to complete
2022-06-28T09:21:21.415014+00:00 heroku[run.2306]: Awaiting client
2022-06-28T09:21:21.432922+00:00 heroku[run.2306]: Starting process with command `python app2022_text/manage.py createsuperuser`
2022-06-28T09:21:21.495723+00:00 heroku[run.2306]: State changed from starting to up
2022-06-28T09:21:24.891131+00:00 heroku[run.2306]: Process exited with status 2
2022-06-28T09:21:24.949791+00:00 heroku[run.2306]: State changed from up to complete
2022-06-28T09:21:32.374380+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=floating-sea-01052.herokuapp.com request_id=7a80bfac-14a0-41a2-a023-0bb10424eaa5 fwd="101.9.128.18" dyno= connect= service= status=503 bytes= protocol=https
2022-06-28T09:21:32.829611+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=floating-sea-01052.herokuapp.com request_id=e48beeaa-977a-4aae-90a1-9872a0410ff3 fwd="101.9.128.18" dyno= connect= service= status=503 bytes= protocol=https
2022-06-28T09:21:57.549827+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=floating-sea-01052.herokuapp.com request_id=d3fa67ad-0c96-4a80-acc8-5ae5c0bacc1f fwd="101.9.128.18" dyno= connect= service= status=503 bytes= protocol=https
2022-06-28T09:21:58.181777+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=floating-sea-01052.herokuapp.com request_id=9b38aab1-96d6-4730-b782-e77666bf8032 fwd="101.9.128.18" dyno= connect= service= status=503 bytes= protocol=https
2022-06-28T09:21:18.945106+00:00 app[api]: Starting process with command `python app2022_text/manage.py createsuperuser` by user bartha.hsu.design@gmail.com