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 |
Tags
- 백준
- dbadvgrid
- python3
- declare
- anaconda3
- COMMIT
- GIT
- Visual Studio
- github
- rank
- Delphi
- MSSQL
- Django
- delphi 10.3
- templates
- hackerrank
- 중복제거
- Push
- blog
- HTML
- queryset
- pyhcarm
- pythonanywhere
- python 3.7
- PyCharm
- TMS
- 델파이
- get_object_or_404
- c#
- advColumnGrid
Archives
- Today
- Total
목록form (1)
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