如何在不使用PyCharm IDE的情况下在Windows 7 32位上运行Python 2.7中的Django项目?
答案 0 :(得分:0)
您可以Command Prompt
或Terminal
使用此命令$ python manage.py runserver
有关详细信息,请查看this official documentation of django
答案 1 :(得分:0)
请尝试按照以下步骤操作:
(cmd)
pip install django
django-admin startproject project_name
python manage.py runserver 8000