Why I am not finding manage.py file in any of my folders?
If you see the following error when you try to start the QEats backend server:
can't open file 'manage.py': [Errno 2] No such file or directory
It means you are trying to run manage.py
from the wrong folder. Please make sure you execute it from the project root directory. When you run the ls
command, you should see manage.py
.
You might have not done Git push properly.
Try doing it again by git reset