Silver Library (Archived)
Django - class based view + function based view 본문
Personal DB/Unclassified record
Django - class based view + function based view
Ayin Kim 2020. 12. 21. 17:02반응형
*Imagine how html works. Or maybe how other languages work!
class based view
*context links to the template.
(class)Listview may specialised in inheritance. (e.g. each action shall work accordingly)
function based view may specialised in filtering stuff (e.g. aggregately run as intended)
'Personal DB > Unclassified record' 카테고리의 다른 글
[django] pk? id? metadata? (0) | 2020.12.30 |
---|---|
Caution - Django, space (0) | 2020.12.24 |
Django - class based view, ListView (0) | 2020.12.21 |
Django get_page vs page (0) | 2020.12.21 |
Django - morning note (0) | 2020.12.15 |