i am trying to build django app but while testing i got permission denied to run my manage.py file.
how to fix this problem
Hi @krishna-bhandari, and welcome to the CircleCI community!
Could you rerun the job with SSH and execute the command ls -al manage.py
?
Alternatively, you could add a step that runs the above command.
Either way, what’s the output of the command?