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
Percy
Percy11mo ago
Project ID: 8c1050ad-7ca6-411e-a974-e85e5cc26fc2
Brody
Brody11mo ago
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/cli
tonycurra boh
tonycurra boh11mo ago
Thank 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
Brody
Brody11mo ago
screenshots of the error please
tonycurra boh
tonycurra boh11mo ago
tonycurra boh
tonycurra boh11mo ago
Brody
Brody11mo ago
please refer back to my original message
tonycurra boh
tonycurra boh11mo ago
Ok thank you!