I can't run my Django project, can you help?
While py can run any py file in the terminal as py_any_project_name.py, when I type py manage.py runserver or python manage.py runserver, I get python not found error. Any ideas on the cause and solution? I'm using Python 3.10 and it's attached to the environment variables as the path..
For example i create an example.py file that includes print("Example").
py example.py
Example
py manage.py runserver
Python can not found.