Skip to content

Commit feeb0e2

Browse files
author
RadoRado
committed
Update form materials
1 parent 5f197de commit feeb0e2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

week16/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Django Forms & Django Deployment
2+
3+
## Django Forms
4+
5+
* [From Django's Documentation on Forms](https://docs.djangoproject.com/en/1.9/topics/forms/)
6+
* A django Form consists of [Fields](https://docs.djangoproject.com/en/1.9/ref/forms/fields/)
7+
* Fields use [Widgets](https://docs.djangoproject.com/en/1.9/ref/forms/widgets/) to display HTML elements.
8+
* [ModelForms](https://docs.djangoproject.com/en/1.9/topics/forms/modelforms/) help you map models to forms with less pain.

0 commit comments

Comments
 (0)