일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Realtime Database
- 이모티콘
- meta threads
- 자료구조
- 쓰레드 이미지 다운로드
- git
- conventional NFR
- firestore
- 영어회화
- endless scrolling
- skeleton architecture
- 특수문자
- 특수기호
- non conventional NFR
- 객치지향프로그래밍
- RecyclerView
- re-engineering
- cloud firestore
- 젠킨스
- Firebase
- 라이브아카데미
- Python
- 파이썬
- django
- 직장영어
- Android
- jenkins
- 메타 쓰레드
- 쓰레드 비디오 다운로드
- 안드로이드
Archives
- Today
- Total
목록django python (1)
Owl Life

들어가며... django를 사용하려면 Python이 최소 3.7 버전이 설치 되어 있어야 합니다. 하지만 우분투 16.04에서 지원하는 버전은 3.5이기 때문에 추가로 설치를 하여야 합니다. 본인의 PC에 설치되어 있는 버전을 먼저 확인 해보겠습니다. owllife@owllife-ubuntu:~$ python3 Python 3.5.2 (default, Oct 8 2019, 13:06:37) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> 3.5가 설치 되어 있는것을 확인하였습니다. 3.7 버전을 설치 할 때 한가지 유의 해야 할 점은, 우분투 16.04의 많은 시스..
Python
2020. 1. 28. 21:25