1 2 3 4 5 6 7 8 9 10 11 | from django.shortcuts import render from youtobeapp.models import video # Create your views here. def home(request): try: videos = video.objects.all() except: print("沒有任何資料") return render(request, 'index.html', locals()) |
2.修改index.html
3.增加另一筆資料
4.執行結果
上一篇文章:影片網站資料庫及後台管理(三) - 建立資料庫
下一篇文章:影片網站資料庫及後台管理(五) - 新增一筆資料
沒有留言:
張貼留言