📢 공지사항
home

장고4주차

31강

32강

33강

34강

임시 사진

35강

36강

Detail View
Single Object
List View (+Pagination)
List View
article_List : 게시글의 리스트
page_obj : 페이지 링크 연결
Pagination ( Infinite Scroll)
Generate Page of objects

37강

CommentApp
comment
Mixin
Create view : Form 존재 O, object 존재 X
Detail view : Form 존재 X, object 존재 O
→ 동시 기능 필요 할 때 FormMixin 사용시 form 사용 가능(addon)
Create/ Delete View
Succes_url to related article
Model( article, writer, content, created_at

38강

39강

Mobile Debugging
Responsive Design
runserver = 현재 서버로만 접속 가능
python manage.py runserver 0.0.0.0:8000
CMD → ipconfig, WIFI router settings page ...
모바일 규격
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fin=no">

40강

Project
Create/ Detail / List View
Sucess_url to related Project
Login_required to Create View
Model : title/ description / image/ created_at