본문 바로가기

분류 전체보기

(200)
[Django] Built-in template tags and filters - 출처 : https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs Built-in template tags and filters | Django documentation | Django Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate docs.djangoproject.com Built-in template tags and filters¶ This document describes Django’s built-in template tags ..
[프로젝트] 수행 단계 (master APP) - Upload_master-1 보호되어 있는 글입니다.
[프로젝트] 수행 단계 (master APP) - Index 보호되어 있는 글입니다.
[프로젝트] 수행 단계 (master APP) - 공통개발 보호되어 있는 글입니다.
[프로젝트] 수행 단계 (master APP) - 설계 보호되어 있는 글입니다.
[Django] Generic View 활용하기 Generic View 장고에서 기본적으로 제공하는 뷰의 형태 개발의 속도를 더욱 빠르게 만들어주어 편리하게 개발할 수 있다는 장점 Generic View 종류 Base View - View : 최상위에 있는 부모 제네릭 뷰 클래스 - Template View : 주어진 템플릿으로 렌더링해주는 뷰 - Redirect View : 주어진 URL로 Redirect해주는 기능의 뷰 Generic Display View - ListView : 조건에 맞는 객체들의 목록을 보여주는 뷰 - DetailView : 조건에 맞는 하나의 세부 객체들을 보여주는 뷰 Generic Edit View - FormView : 폼이 주어지면 해당 폼을 출력하는 뷰 - CreateView : 새로운 객체를 폼을 출력하는 뷰 - U..
[Django] Model 관리 보호되어 있는 글입니다.
[Django] Django Application 생성(analyze) 보호되어 있는 글입니다.