1.建立student虛擬環境
2.安裝Django
3.建立students專案
4-1.切換目錄
4-2建立studentapp應用程式
5.移植資料庫
6.啟動網站
7.打開網站
8.在settings.py輸入已安裝APP,studentapp
9-1.建立學生資料庫
9-2.將資料表加入後台
10.建立超級使用者
11.再度啟動
12.進入管理模式
127.0.0.1:8000/admin
13.輸入帳號和密碼
14.點選Student的Add鍵,建立一筆資料
15.輸入第一筆資料
16.發生錯誤,沒有studentapp_student資料表
17.重新遷移資料表
19.再建一筆資料
20.在views.py中建立listone函式
21.在urls.py中加入一個path
22.建立listone.html的樣版程式,並在students目前下建立templates目錄
23.在settings.py中建立templates目錄的路徑
24.重新啟動網站
25.設計能顯示所有資料的listall函式
26.又多出一條path
27.執行結果
28. 建立基礎樣版base.html
29.建立延伸基礎樣版的首頁樣版index.html
31.增加首頁的path
32.加入呼叫首頁的視域程式
33.啟動網站
34.測試
沒有留言:
張貼留言