Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

00. 사전 작업

00-1. Pycharm 설치

00-2. Git 설치

00-3. Bitbucket계정 및 프로젝트 권한

...

01. Bitbucket - Django Helloworld 프로젝트

Image RemovedImage Added


02. Pycharm에서 develop checkout받기

02-1. bitbucket에서 helloworld프로젝트의 develop을 clone합니다.

Image RemovedImage Added



02-2. Pycharm에서 develop을 checkout합니다.

  • Pycharm의 VCS → checkout from Version Control → Git 을 선택 합니다.

Image RemovedImage Added


02-3. 프로젝트 생성 화면

Image RemovedImage Added


03. 가상환경 설정

03-1. 가상환경 생성

Image RemovedImage Added


Image RemovedImage Added


가상환경 생성 결과

Image RemovedImage Added


03-2. Django 설치

...

Info
titleSSL: CERTIFICATION_VERIFY_FAILED 에러 발생시

기타. SSL: CERTIFICATION_VERIFY_FAILED 에러 처리 방법05. Django with Pycharm & bitbucket


PIP설치

Image RemovedImage Added



Info
titleSSL: CERTIFICATION_VERIFY_FAILED 에러 발생시

PIP를 설치하고 나면, self.verify = True로 또 바뀝니다. 따라서, 한번더 self.verify = False로 수정합니다.

기타. SSL: CERTIFICATION_VERIFY_FAILED 에러 처리 방법05. Django with Pycharm & bitbucket

Django 설치

Image RemovedImage Added


04. 서버실행

04-1. 서버실행 설정

  • Run설정에서 Python을 선택합니다.

Image RemovedImage Added



  • 실행을 설정합니다.

Name : helloworld

...

Parameters : runserver [PORT]

Image RemovedImage Added


04-2. 서버실행

  • Run helloworld 를 실행 합니다.

Image RemovedImage Added


  • helloworld를 실행하면, 콘솔창에 서버실행 로그가 보여집니다.

Image RemovedImage Added

  • 브라우저로 실행하여 결과를 확인 합니다.

Image RemovedImage Added