INTRO git fetch와 pull 차이 1. git fetch : 별도 병합(merge) 필요 git:([branch])$ git fetch origin 원격저장소 commit 파일을 로컬저장소로 가져온다. 원격저장소와 로컬저장소의 변경된 내용을 확인할 수 있다.(origin/[branch], branch는 master, main, ...) git:([branch]$ git log --decorate --all --oneline 변경된 내용 확인 후 merge하면 git pull과 동일해진다. git:([branch])$ git merge origin/[branch] 2. git pull : git fetch와 git mergy를 실행한 것과 동일 git:([branch])$ git pull ori..

INTRO 0-1. GitHub 가입 : GitHub 가입 및 git commit/push 0-2. [YourGitHubUsername].github.io 생성 : github.io 블로그 생성 0-3. github.io jekyll bundler 적용 : github.io jekyll bundler 설치 및 git push 적용 1. 개발서버 실행 chirpy-theme 적용 2. chirpy-theme 수정 3. github.io git push 적용 및 page 설정 1. 개발서버 실행 theme 적용 jekylltheme 사이트 : http://jekyllthemes.org/ 선택한 테마 chirpy : http://jekyllthemes.org/themes/jekyll-theme-chirpy/ ..

INTRO 0-1. GitHub 가입 : GitHub 가입 및 git commit/push 0-2. [YourGitHubUsername].github.io 생성 : github.io 블로그 생성 1. jekyll bundler 설치 및 개발서버 실행 2. github.io git push 적용 1. jekyll bundler 설치 및 개발서버 실행 $ gem install jekyll bundler $ jekyll -v jekyll 4.2.1 - [YourGithubID].github.io directory 이동 - 기존 index.html 있다면 제거 : rm -r index.html jinozpersona.gihub.io $ jekyll new ./ Running bundle install in /U..

INTRO GitHub 회원가입 / repository 생성, (macOS) git 설정 / commit/push : 이전 글 확인 github.io repository 생성 index.html 생성 및 commit/push : hello github.io blog 1. github.io repository 생성 - Repositoty name 부분에 jinozpersona.github.io 형태로 생성 : Owner(username)과 동일하게 [username].github.io 생성 2. index.html 생성 및 commit/push git directory 생성 및 이동 $ mkdir jinozpersona.github.io $ cd jinozpersona.github.io git config..

INTRO GitHub 회원가입 GitHub repository 생성 (macOS) git 설정 (macOS) git commit/push GitHub repository 확인 1. GitHub 회원가입 및 Repository 생성 GitHub site : https://github.com/ 우측 상단 회원가입 : Sign up 클릭 로그인 : Sign in Username or email address Password 리포지터리 생성 repositories >> New Owner / Repository name - [username] / [repository name : 생성할 리포지터리 이름] 형태로 작성 - Public/Private - Initialize this repository with: 3..

Templates Structure root template : base.html static : css 적용 Server Test : git transmission INTRO * local / server terminal 구분 : [macOS] / [Raspi] ** venv 표기 : (pyERP) Raspi : server - Python : 3.7.3 - django : 3.2 macOS : local-dev - Python : 3.9.4 - django : 3.2 @ macOS : local-dev 1. Templates Structure [macOS](pyERP)testerp$ ./manage.py startapp home settings : Add app. {SublimeText} config..

Sales / List : models - urls - views - templates Quotation : urls - views - templates Raspi-server Test : git INTRO * local / server terminal 구분 : [macOS] / [Raspi] ** venv 표기 : (pyERP) *** Django MTV Model 참고 : [python] django(장고, 웹 프레임워크), MTV Architecture: Model-Template-View Raspi : server - Python : 3.7.3 - django : 3.2 macOS : local-dev - Python : 3.9.4 - django : 3.2 @ macOS : local-dev 1..
1. django SECRET_KEY 보안설정 (pyERP)testerp$ nano config/settings.py .... # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = '[YourKey]' .... (pyERP)testerp$ nano secret.json (pyERP)testerp$ touch secret.json (pyERP)$ pip install django { "SECRET_KEY": "[YourKey]" } (pyERP)testerp$ nano config/settings.py import os, json from django.core.exceptions import ImproperlyConf..
- Total
- Today
- Yesterday
- template
- raspberrypi
- Templates
- 확진
- 자가격리
- CSV
- Raspberry Pi
- Regression
- Python
- 코로나19
- arduino
- ERP
- git
- MacOS
- DS18B20
- DAQ
- SSH
- Model
- pyserial
- vscode
- github
- server
- sublime text
- 라즈베리파이
- 코로나
- analysis
- Pandas
- Django
- COVID-19
- r
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |