전체 글 (198) 썸네일형 리스트형 [프로젝트] 수행 단계 (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) 보호되어 있는 글입니다. [HANA] (Embedded Statistics Service) HOST_LOAD_HISTORY_SERVICE View - Reference : https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.04/en-US/8ed14f3ad2124d99a13475407acf2a01.html SAP Help Portal help.sap.com This view contains information only for the last 42 days. The collection interval is 3600 seconds. -> 10초별 데이터 쌓임 Structure Column nameData typeDescription SNAPSHOT_ID TIMESTAMP Timestamp ID (UTC) SERVER_TIMESTAMP TIMESTAMP Processing Timestam.. [Django] DJANGO + APACHE 연동 1. APACHE 연동 Listen Port 확인 root@8e91d875f85e:/etc/apache2# vi /etc/apache2/ports.conf ~ Listen 80 ~ Available Site에 포트 정보 확인 root@8e91d875f85e:/etc/apache2/sites-available# more 000-default.conf ServerAdmin fancy@localhost.com ServerName 127.0.0.1 ServerAlias localhost.com ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/access.log combined WSGIDaemonProcess wsgi user=www-data gro.. 이전 1 ··· 13 14 15 16 17 18 19 ··· 25 다음