Need to update Python Django Lib Configs
boldrhino
TRIALOP
2 years ago
Hi all,
I need to update some lib configs within my Django environment. Is there anyway I can access the file system of my project? Railway CLI???
Library's are currently built using requirements.txt when deployed via Github. Would including the lib folder in my guthub deployment work?
2 Replies
2 years ago
there is no native way to access the filesystem.
if you'd like to update the library versions or anything about the app, do that stuff locally and push the changes to github.
Status changed to Solved Railway • about 2 years ago
boldrhino
TRIALOP
2 years ago
Thanks Brody, appreciate the help.
I might commit my lib changes to a new git branch, update requirements.txt (pointing to the new branch) and build from there….fingers crossed! :)