Django框架入門1虛擬開發環境的配置

2021-10-01 12:51:39 字數 1084 閱讀 1693

1.安裝virtualenv虛擬程式

c:\users\ws>pip install virtualenv

建立名字為testvir的虛擬環境

c:\users\ws>virtualenv testvir

進入虛擬環境

退出虛擬環境

建立虛擬環境

c:\users\ws\testvir\scripts>mkvirtualenv.bat testvir2

退出虛擬環境testvir2

workon列出虛擬環境

c:\users\ws\testvir\scripts>workon

pass a name to activate one of the following virtualenvs:

testvir2

進入虛擬環境testvir2

c:\users\ws\testvir\scripts>workon testvir2

(testvir2) c:\users\ws\testvir\scripts>

退出(testvir2) c:\users\ws\testvir\scripts>deactivate.bat

# 安裝django1.9.8

cd c:\users\ws\testvir\scripts>

workon testvir2

(testvir2) c:\users\ws\testvir\scripts>pip install django==1.9.8

檢視django是否安裝成功

敏捷開發之Scrum框架入門

最近實習的公司採用的是敏捷開發scrum模式,在經歷敏捷開發培訓後,寫寫一些自己學到的東西。敏捷開發是針對傳統的瀑布開發模式的弊端而產生的一種新的開發模式,目標是提高開發效率和響應能力。除了原則和實踐,模式也是很重要的,多研究模式及其應用可以使你更深層次的理解敏捷開發。敏捷開發現已成為絕大多數it企...

php CI框架入門

顯示2.控制器認識 controller是框架控制器資料夾 我們來寫一下自己的控制器,控制器檔名要和類名一直,類名首字母大寫 test.php檔案 defined basepath or exit no direct script access allowed class test extends ...

SSH框架入門

目前最新版本是spring framework 2.5.6 with dependencies.zip,該包不僅包含spring的開發包,而且包含spring編譯和執行所依賴的第三方類庫 aspectj 該路徑下包含了spring支援aspectj所需類的源 也包含了相關測試用例檔案 dist 該資...