Рет қаралды 166,448
7 Tips For Getting Better At Django:
mailchi.mp/dea...
In this django forms tutorial for beginners, you will learn how to perform common tasks with django forms.
Django forms can be used for a variety of things, such as generating the HTML form markup or validating a form.
A django form is just a class that contains fields that specify a widget, which is used for telling python which HTML tag you want to generate for this particular field.
By the end of this video, you will have a good overview of how to use django crispy forms to make working with forms easier, how to use ModelForms and we'll also cover an interesting field called the MultiValueField and use it to create our own field.
Bootstrap CDN (scroll down to BootstrapCDN and get the single line snippet under CSS only):
getbootstrap.com/
If you enjoyed this video, make sure to subscribe and share it with anyone you think could enjoy it as well.
I hope to see you inside of the next episode,
Cheers.