Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x Can';t创建新的django项目[VS代码]_Python 3.x_Django_Vscode Settings_Vscode Python - Fatal编程技术网

Python 3.x Can';t创建新的django项目[VS代码]

Python 3.x Can';t创建新的django项目[VS代码],python-3.x,django,vscode-settings,vscode-python,Python 3.x,Django,Vscode Settings,Vscode Python,每次尝试创建新项目时都会发生这种情况。我如何纠正它?创造了道路和一切。。但是仍然。 PS C:\Users\Kwaku Biney\Desktop\hello_django> django-admin startproject dj_pro django-admin : The term 'django-admin' is not recognized as the name of a cmdlet, function, script file, or

每次尝试创建新项目时都会发生这种情况。我如何纠正它?创造了道路和一切。。但是仍然

PS C:\Users\Kwaku Biney\Desktop\hello_django> django-admin startproject dj_pro      
django-admin : The term 'django-admin' 
is not recognized as the name of a        
cmdlet, function, script file, or         
operable program. Check the spelling of   
the name, or if a path was included, 
verify that the path is correct and try   
again.
At line:1 char:1
+ django-admin startproject dj_pro
+ ~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotF
   ound: (django-admin:String) [], Comm
  andNotFoundException
    + FullyQualifiedErrorId : CommandNot
   FoundException