1)把xxx目錄中的文件及目錄copy 到 a)中python項目目錄
2)elipse中刷新a中創(chuàng)建的python項目,即可看到copy進(jìn)來的django文件和目錄,在python項目名上右擊 pydev-> set as django project
3)點擊 run as ->pydev django (不需要手動設(shè)置run configuartions)
4)瀏覽器中輸入127.0.0.1:8000即可看到如下圖(恭喜你django環(huán)境配置好)
