pip3 django
将 django 软链至
ln -s /Library/Frameworks/Python.framework/Versions/3.6/bin/django-admin /usr/local/bin/django
1.开始创建项目
django startproject hellow
2.cd hellow
- python mange runserver 0.0.0.0:8000
4.http://127.0.0.1:8000/
pip3 django
将 django 软链至
ln -s /Library/Frameworks/Python.framework/Versions/3.6/bin/django-admin /usr/local/bin/django
1.开始创建项目
django startproject hellow
2.cd hellow
本文标题:django
本文链接:https://www.haomeiwen.com/subject/bplyhxtx.html
网友评论