2 years 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
2 years 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
2 years 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
2 years ago
screenshot please
2 years ago
please only provide native screenshots, no pictures of computer screens here please
2 years ago
send me the build table at the top of your build logs please
2 years ago
please share your repo.
no need for tags 🙂
2 years ago
we would need to see the repo in order to help you here
2 years ago
you have it named requirement.txt, the proper name is requirements.txt
2 years ago
plural
2 years ago
no need for the pings
2 years ago
no need to tag me @brody
2 years ago
please provide your full logs -
2 years ago
awesome! what was wrong?
2 years ago
Ah you had python in your providers twice
2 years ago
!s
Status changed to Solved brody • over 1 year ago


