I'm trying to learn django and I'm almost completely new to python, I'm using pycharm btw. My problem is that when i try to type
python manage.py runserver
in the PyCharm terminal it just tells me that Python was not found.
I have already tried to reinstall python and add it to system variables.