Django App Deployment crashes after showing active for a few minutes
kenshuri
PROOP

a year ago

I don't manage to deploy my Django App.

Below is the content of my Procfile
web: pip install poetry && poetry install && poetry run python src/manage.py migrate && poetry run python src/manage.py collectstatic --noinput && poetry run gunicorn src.config.wsgi

All my source code is in a src/ folder while the ptproject.toml lies in the root folder

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

0 Replies

Loading...