python 開發技巧(2)-- Django的安裝與使用

1、安裝Djangohtml pip3 install django    或者直接使用PyCharm安裝 參考python   2、添加環境變量django 將 "(python安裝路徑)\Scripts" 添加到環境變量post   3、生成Django項目spa django-admin startproject "項目名"    4、運行項目code  進入項目中輸入server pyth
相關文章
相關標籤/搜索