Python was not found || cmd

Viewed 31

one day before python manage.py runserver command successfully executed & give the IP address of Server .Today gave Python was not found error .Please help me to fix

enter image description here

1 Answers

I got answer .Before executing runserver commmand of Django each time we need to excute

activate command

enter image description here

Related