T I L / 6월 27일

Jay·2020년 6월 27일
0

Today I Learned 🧐

목록 보기
50/71
post-thumbnail

git

  • 리모트 저장소를 바꾸고 싶을 경우 사용하는 방법
git remove remove origin            #1
git remote add origin [repo URL]    #2
git remote -v                       #3

#1 기존 저장소와 연결 끊음
#2 새로운 저장소와 연결
#3 현재 연결되어있는 저장소 확인

Heroku

  • heroku cleardb 생성 L I N K
  • mysql을 사용할거라면 psycopg2를 설치해서는 안된다
  • heroku로 django 배포

내일 할일 :
heroku에 배포하면서 gitignore사용하는 방법
초기셋팅 완료
backend
Database 관리

profile
You're not a computer, you're a tiny stone in a beautiful mosaic

0개의 댓글