Не удается развернуть приложение Python Django Flask на Heroku?
Я продолжаю пытаться развернуть свое приложение и продолжаю получать следующую ошибку:
at=error code=H10 desc="App crashed" method=GET path="/" host=binary-background-generator.herokuapp.com request_id=9b6e3182-d90a-41ca-9a11-01da97047792 fwd="66.181.213.97" dyno= connect= service= status=503 bytes= protocol=https
Профиль: web: gunicorn binary-background-generator.wsgi
requirements.txt:
aiohttp==3.7.4.post0
async-timeout==3.0.1
attrs==21.2.0
blinker==1.4
chardet==4.0.0
click==8.0.1
colorama==0.4.4
Cython==0.29.24
Flask==2.0.1
idna==3.2
itsdangerous==2.0.1
Jinja2==3.0.1
MarkupSafe==2.0.1
multidict==5.1.0
Pillow==8.3.2
pyudorandom==1.0.0
Send2Trash==1.8.0
typing-extensions==3.10.0.2
Werkzeug==2.0.1
yarl==1.6.3
settings.py:
# Configure Django App for Heroku.
import django_heroku
django_heroku.settings(locals())
Структура папок и файлов: Скриншот из VS Code