0

I am new to programming and i am currently doing the programming with Mosh: Mastering Python course. I am trying to make a web application with Django. When I write the command "Manage.py runserver" in my terminal I get the following message:

"manage.py : The term 'manage.py' is not recognized as the name of a cmdlet [...]".

How do i fix this?

  • Set your python interpreter to the one in the venv (assuming you have one), also assuming that you use VScode, do `f1 > interpreter` and select the one with your venv's name – Tim-Bolhoeve Oct 20 '22 at 10:01

0 Answers0