How to use Django Forms

Learn how to use Django forms to let Django do all the heavy lifting and automatically write HTML form elements for you. By extending the ModelForm and rendering it in your template from context, we can display the entire form or element by element.

Next video: Django CRUD https://youtu.be/opjyyXoqrxg
Previous video: Django Context https://youtu.be/kckacd2Zfwk

The entire Django course playlist is available here: https://www.youtube.com/playlist?list=PL_vyuxE-AO-D0Fg-0DyHbekAXOYgRYlWA

Code snippets and more at https://tonyteaches.tech/django-101-course/
Check out my vlog channel @TonyFlorida

GitHub commit for this video: https://github.com/tonyflo/django-crud/tree/71e809f03a68c3b2332d5afaebfab422fc7ab7e8

Author: admin