Bilal Khan
Explore posts from serversKKinde
•Created by Bilal Khan on 8/30/2024 in #💻┃support
First time user authentication and database entry
I am using server component
2 replies
/bin/bash: line 1: python: command not found
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python manage.py migrate && python manage.py collectstatic --noinput && gunicorn webapp.wsgi",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
54 replies