Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- pyhcarm
- COMMIT
- 중복제거
- github
- Visual Studio
- dbadvgrid
- MSSQL
- TMS
- HTML
- 백준
- Django
- blog
- c#
- python3
- GIT
- advColumnGrid
- Delphi
- delphi 10.3
- PyCharm
- pythonanywhere
- anaconda3
- Push
- rank
- hackerrank
- get_object_or_404
- python 3.7
- declare
- templates
- queryset
- 델파이
Archives
- Today
- Total
목록COMMIT (2)
DevHyun
[DevHyun's Blog] Django Form 만들기(일반 사용자가 Post 추가 가능하게 만들기)
장고걸스 코치들과 자원봉사자들의 수고로 번역된 글을 참고하였습니다. tutorial.djangogirls.org/ko Django Form은 ModelForm을 생성해 자동으로 모델에 결과물을 저장할 수 있습니다. ∨∨ form 관련 참고 사이트∨∨ junlab.tistory.com/193 wayhome25.github.io/django/2017/05/06/django-model-form/ 1. Blog 디렉토리에 from.py 만들기 2. Model Form 생성 * Blog/forms.py * Form (일반 폼) : 직접 필드 정의, 위젯 설정이 필요 * Model Form (모델 폼) : 모델과 필드를 지정하면 모델폼이 자동으로 폼 필드를 생성 from django import forms from..
Web/Django&Python Blog Projecct
2020. 10. 21. 19:09
[Django&Python] Pycharm 에서 Github에 프로젝트 공유 및 연동(commit & push) 하기!
1. vcs - import into virsion control - share project in github 2. github 계정 설정 3. share! * 첫 share는 지금까지 작성한 것들을 commit 해서 push까지 됨! 두번째 부터는 commit 후 push는 수동으로 해줘야함 4. 변경사항 선택 후 commit 하기! 5. vcs - git - push 6. 연동 끝.
Web/Django&Python 개발환경 셋팅
2020. 10. 16. 14:59