a year ago
Hello
I have been trying to deploy my Django project and tried all I can but keep getting gunicorn: command not found despite the fact that I have it in my requirements.txt file. Any help here?
29 Replies
a year ago
Railway has a template and documentation regarding django. Please take a look at them if you haven't already.
Docs: https://docs.railway.com/guides/django#deploy-django-app-on-railway
Template: https://railway.com/template/GB6Eki
a year ago
very likely they have a package-lock.json in their repo and nixpacks is detecting it as a node app.
try adding python to the list of providers in the service settings
a year ago
screenshot please
a year ago
please only provide native screenshots, no pictures of computer screens here please
a year ago
send me the build table at the top of your build logs please
a year ago
please share your repo.
no need for tags 🙂
a year ago
we would need to see the repo in order to help you here
a year ago
you have it named requirement.txt, the proper name is requirements.txt
a year ago
plural
a year ago
no need for the pings
a year ago
no need to tag me @brody
a year ago
please provide your full logs -
a year ago
awesome! what was wrong?
a year ago
Ah you had python in your providers twice
a year ago
!s
Status changed to Solved brody • about 1 year ago


