
INTRO Python 3.10.0 Django 3.2.8 bootstrap bootstrap 무료 테마 : https://startbootstrap.com/template/sb-admin 다운로드 파일 django-erp/statics 복사 templates 하위에 templates/bstest 폴더 생성 후 .html 모든 파일 이동 {SublimeText} config/settings.py : TEMPLATES_TEST 경로 추가 TEMPLATES_TEST = os.path.join(BASE_DIR, 'templates', 'bstest') TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [ T..

$ brew update $ brew upgrade # python 3.10 brew 설치 $ brew search python3 $ brew install python@3.10 # pyenv / pyenv-virtualenv 설치하기 $ brew install pyenv $ brew install pyenv-virtualenv # zsh 환경 설정 : pyenv / pyenv-virtualenv $ nano ~/.zshrc PYENV_ROOT="$HOME/.pyenv" PATH="$PYENV_ROOT/shims:${PATH}" export PYENV_ROOT export PATH eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" $ source ~/...

INTRO Text, .txt file 다루기 - iterm.app or terminal.app : file handling - python file handling File Handling : Create, Open/Close, Append, Read, Write 용어 Text File(텍스트 파일, .txt) 사람이 인지할 수 있는 문자열 집합으로부터 문자열로만 이루어진다. 잘 알려진 문자열 집합으로는 ASCII 문자열 집합과 유니코드 문자열 집합이 있다. 출처 : ko.wikipedia.org/wiki/텍스트_파일 ASCII 미국정보교환표준부호(American Standard Code for Information Interchange) 줄여서 ASCII( /ˈæski/, 아스키)는 영문 알파벳을 사..
- Total
- Today
- Yesterday
- Regression
- sublime text
- raspberrypi
- template
- ERP
- Python
- SSH
- vscode
- DS18B20
- 라즈베리파이
- COVID-19
- github
- git
- server
- 코로나19
- DAQ
- Pandas
- analysis
- 자가격리
- r
- Templates
- 확진
- MacOS
- Model
- Django
- arduino
- pyserial
- Raspberry Pi
- CSV
- 코로나
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |