장고(Django) 데이터셋(Data set), DB에서 화면까지 

 

 

https://youtu.be/dNa9u0Ggoy4

 

Python 장고에서 Data Set을 처리하는 전체 과정을 실전적으로 설명합니다.

① (django.db) Model -> View (QuerySet) -> Template (rs.column 테이블)

② (django.db) Model/SQL -> View (RawQuerySet) -> Template (rs.column)

③ (django.db) SQL -> View (Tuple) -> Template (element)

③ (django.db) SQL -> View (Tuple) -> Template (element)

 

 

Source : http://103.60.126.183:8150/gidatalab

 

YouTube

 

www.youtube.com

 

반응형

+ Recent posts