Giter VIP home page Giter VIP logo

0923's Introduction

path 등록

1. 주소를 지정
  1. 어떤 view를 실행할건지 지정

업로드 최적화 하기

1. venv 폴데 있는 폴더에 ```.gitignore``` 생성 2. .gitignore에 ```venv/``` 입력 3. ```pip -r requirements.txt``` 4. ```pip freeze > requirements.txt``` 2. ```rm -r .git```

<다시 환경 다운 받을 경우>

pip install -r requirements.txt

협업 업로드

  1. git checkout -b 새로운 브랜치 새로운 브랜치 생성
  2. 작업
  3. git add . 깃에 작업한 것 추가
  4. git commit -m '메세지' 작업한 것 메세지로 입력
  5. git push origin 1번에서 만든 브랜치 작업한 것 Push
  6. git checkout **master** 브랜치 master로 변경
  7. git pull origin master 작업한 목록 받기
  8. git branch -d 1번에서 만든 브랜치 생성한 브랜치 삭제

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.