Django Girls Tutorial
https://tutorial.djangogirls.org/ko/django_start_project/
내 깃허브
https://github.com/JisunParkRea/my-first-blog
pythonanywhere 배포 사이트
http://jisunparkrea.pythonanywhere.com/
git
$ git status
$ git add --all .
$ git status
$ git commit -m "Added views to create/edit blog post inside the site."
$ git push
pythonanywhere 배포
$ cd my-first-blog
$ git pull
그리고 Reload
더 공부해야할 것
- ModelForm에 대한 이해
- url, view, template 만드는 일련의 과정을 수월하게
- html, css 사용법
- django REST framework
'Python > 실습' 카테고리의 다른 글
[REST API: requests] 네이버 개발자 등록 / Naver Papago API / 번역 API (0) | 2020.03.30 |
---|---|
[웹크롤링: bs4, requests] 네이버 날씨 미세먼지 가져오기 / 네이버 웹툰 제목 가져오기 / 네이버 웹툰 썸네일 가져오기 (0) | 2020.03.28 |
[django 연습] Diary / 일기장 / CRUD 구현 (0) | 2020.03.04 |
[파이썬으로 영화 예매 오픈 알리미 만들기] 3. 스케쥴러 (0) | 2020.02.25 |
[파이썬으로 영화 예매 오픈 알리미 만들기] 2. 텔레그램 봇 (0) | 2020.02.24 |