franklinson
FREEOP
a year ago
I tried running some commands like python manage.py shell in the CLI but it’s not working. How do run such commands in production?
6 Replies
brody
EMPLOYEE
a year ago
the CLI runs the command locally, we do not yet provide a way to run commands on the container.
So that means to let that work my variables locally have to be the same as in production
brody
EMPLOYEE
a year ago
you would need your project working locally, correct
brody
EMPLOYEE
a year ago
!s
Status changed to Solved brody • 11 months ago