Local development on my laptop
Hi, I'm connected with github for a django app.
How do I set the variables and configurations to develop the app on my laptop, to then push changes to github?
Thank you!
Project ID: 8c1050ad-7ca6-411e-a974-e85e5cc26fc2
8 Replies
Project ID:
8c1050ad-7ca6-411e-a974-e85e5cc26fc2
you'll want to use the railway cli and
railway run
railway run
will put the environment variables from railway and then run your app with those variables, please read the railway cli docs here
https://docs.railway.app/develop/cliThank you for your prompt response. I'm reading it but really can't set the right settings to run the github repo on my laptop. Python3 manage.py runserver doesn't work
screenshots of the error please
please refer back to my original message
Ok thank you!