Answers for "django: the term 'django' is not recognized as a name of a cmdlet, function, script file, or executable program."

1

'django' is not recognized as an internal or external command

//uninstall and installing django library should work in most cases..
pip uninstall django
//wait for django to uninstall and then install it by using following command
pip install django
Posted by: Guest on June-04-2021

Code answers related to "django: the term 'django' is not recognized as a name of a cmdlet, function, script file, or executable program."

Browse Popular Code Answers by Language