I can't start runserver in django. the error is cannot find python

I'm using a different computer. I have Windows 10 Pro, "py manage.py runserver" does not work for me. Creating a project works for me. I use py -m django startapp

My error from the terminal: "I'm using a different computer. I have Windows 10 Pro, "py manage.py runserver" does not work for me. Creating a project works for me. I use py -m django startapp

My error from the terminal: "python could not be found. start"

please help with that

Back to Top