Я не могу использовать Django
Я хочу использовать Django. Я установил его, но после этого я хотел создать файл и получил эту ошибку.
django-admin.exe startproject mysite .
django-admin.exe : The term 'django-admin.exe' 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 wa
s included, verify that the path is correct and try again.
At line:1 char:2
+ django-admin.exe startproject mysite .
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (django-admin.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
в чем проблема?