Почему в heroku не запускает django-приложение?

Пытаюсь развернуть приложение django с админкой. git [здесь][1]

В консоли heroku logs

2020-08-22T14:12:16.260338+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=damp-beach-23703.herokuapp.com request_id=55e093b5-3c5d-4941-829b-8db157f1f05a fwd="178.44.178.78" dyno= connect= service= status=503 bytes= protocol=https
2020-08-22T14:12:17.484462+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=damp-beach-23703.herokuapp.com request_id=6dbd5ba0-ad88-4b01-ba3d-89245413d949 fwd="178.44.178.78" dyno= connect= service= status=503 bytes= protocol=https
2020-08-22T14:12:46.770903+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/tasks" host=damp-beach-23703.herokuapp.com request_id=3e7612b3-d31c-4778-b89e-ee510b480b65 fwd="178.44.178.78" dyno= connect= service= status=503 bytes= protocol=https
2020-08-22T14:12:47.952722+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=damp-beach-23703.herokuapp.com request_id=1ea88a43-6c96-4c9b-bee7-cd7b081da45d fwd="178.44.178.78" dyno= connect= service= status=503 bytes= protocol=https

Локально все открывается. Специально отключил статические файлы, зная, что с ними heroku не работает.


Ответы (0 шт):