iT邦幫忙

0

django新手村2 ------創建models

  • 分享至 

  • xImage
  •  

上一篇提到 主urls->次urls->views->models->views->template

已經介紹了前面三個步驟,再來是models資料庫

在app中的models.py 創建一個class
https://ithelp.ithome.com.tw/upload/images/20211224/20135895Uqpi5zj47m.jpg

在終端輸入

python manage.py makemigrations
python manage.py migrate

這樣就創建一個名為Student的資料庫了

要如何看到資料庫呢

終端輸入

python manage.py createsuperuser

https://ithelp.ithome.com.tw/upload/images/20211224/20135895ZJSsyX7tVq.jpg

它會問你name,email,password,隨便填就好

網址輸入 http://127.0.0.1:8000/admin/

填入剛剛註冊的名字和密碼

https://ithelp.ithome.com.tw/upload/images/20211224/20135895jpCDPxwds7.jpg

發現沒有看到剛剛創建的Student

這時要去app 中的admin.py 註冊
https://ithelp.ithome.com.tw/upload/images/20211224/20135895ZqEWSf5XK9.jpg

發現就可以看到Student

隨便新增幾個資料
https://ithelp.ithome.com.tw/upload/images/20211224/20135895hq7Jxlcrm7.jpg

全部都是object有點難看

修改app 中的models.py
https://ithelp.ithome.com.tw/upload/images/20211224/20135895G4hHa4975G.jpg

修改app 中的 admin.py
https://ithelp.ithome.com.tw/upload/images/20211224/20135895H9HgVEyCdY.jpg

發現就可以正常使用了


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言