일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- cloud firestore
- 라이브아카데미
- non conventional NFR
- endless scrolling
- jenkins
- 특수기호
- 쓰레드 이미지 다운로드
- 객치지향프로그래밍
- 자료구조
- skeleton architecture
- conventional NFR
- 이모티콘
- Python
- 젠킨스
- firestore
- git
- 쓰레드 비디오 다운로드
- re-engineering
- Firebase
- 파이썬
- 직장영어
- 영어회화
- 안드로이드
- 메타 쓰레드
- django
- Android
- meta threads
- RecyclerView
- 특수문자
- Realtime Database
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