포커스 : Form/Widget
-
Python 3.X 다운로드/설치
-
GitHub Desktop 다운로드/설치 : https://desktop.github.com/
-
CLI용 Git 다운로드/설치 : https://git-scm.com/download/win
-
Heroku CLI 다운로드/설치 : https://devcenter.heroku.com/articles/heroku-cli
-
Visual Studio Code 다운로드/설치 : https://code.visualstudio.com/
-
슬랙 들어오세요 : https://askcompany.slack.com/
- AskCompany 팀 슬랙에 가입하지 않으신 분은 https://bit.ly/2VycFMk 에서 이메일 입력하고, 이메일로 초대장 받으시고, 가입 진행해주세요.
- #class-pnu-2019-04-dj 채널 : https://askcompany.slack.com/messages/CHF6WBRK5/
-
슬라이드 다운로드 : bit.ly/2We5JTY
-
윈도우 탐색기 > 보기 > "파일 확장자" 옵션 켜기
- 각자 GitHub 저장소에 있는 소스코드를 GitHub Desktop 프로그램을 통해 로컬에 복제(clone)
- 추천 경로 :
c:/dev/
- 추천 경로 :
- 소스코드가 없거나, 최신현황의 코드가 아니신 분은 https://github.com/allieus/pnu-django-201904 저장소를
Fork
하신 후에,clone
하세요. - Visual Studio Code의
폴더 열기
메뉴를 통해, 프로젝트 경로를 열어주세요.
명령 프롬프트를 띄우고, 아래 명령을 순차적으로 수행합니다.
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
이제 브라우저로 http://localhost:8000 주소에 접속하실 수 있습니다. (크롬 추천)