SlowSloth
Connecting PostgreSql database to django project in github
you can also use custom start command
https://docs.railway.app/guides/deployments#start-command
62 replies
Connecting PostgreSql database to django project in github
You need to migrate your railway database first, as there are no tables in there. To do that you need to run
python manage.py migrate
if you changed your models you need to make migration files first with python manage.py makemigrations
it seems that you don't understand these concepts yet so I suggest you watch this first https://www.youtube.com/watch?v=F5mRW0jo-U462 replies