Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
209 views
in Technique[技术] by (71.8m points)

Django migrations or Python or VSCode problem

i want to migrate model but terminal in VSCode just prints out 'Python' i use VSCode and terminal is powershell

the picture is here

enter image description here

what should i do to solve this problem?

question from:https://stackoverflow.com/questions/65932303/django-migrations-or-python-or-vscode-problem

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You can use windows cmd to do so. Try the command there. First goto command prompt. After opening the command prompt, goto your project directory. E.g, if your project directory name is myDir and it is present in a folder myMainFolder, then in command prompt write this command

cd myMainFolder/myDir

Then there run the command

python manage.py makemigrations


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...