This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.
Python3
공식버전
$ pip3 install Django
개발버전 설치
$git clone https://github.com/django/django.git
$pip3 install -e django/