Django 특징
- MVC 기반(MTV)
- URL 형태를 개발자가 직접 결정
- 관리자 Web interface 제공
설치법
1. python 설치 (주의 python 3.x 버전 이상이여야 함)
- (http://www.python.org/downloads) ※ Add Python 3.7 to Path 꼭 선택해주기※
Download Python
The official home of the Python Programming Language
www.python.org
2. python 3.8(32-bit) 실행
3. 밑에 글이 나오면 성공!
Python 3.7.3 (v3.8.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>>
+ 종료하는 거!
import sys
sys.exit()
'개발' 카테고리의 다른 글
[Django] Django 설치! (0) | 2020.06.01 |
---|