This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Python Django (1)

cho.dev(25)
Published in
#python
Words
14
Reading
1 min
Listen
Play
8y

Python3


공식버전

$ pip3 install Django

개발버전 설치

$git clone https://github.com/django/django.git

$pip3 install -e django/

Python Django (1) | Ecency