(FREE) Early access course notes - calcur.tech/backend-notes Links: Get the code here - github.com/CalebCurry/django-modelform Previous video - ua-cam.com/video/fsVY66QBhwM/v-deo.html Timestamps: 00:00 - Introduction 03:10 - Create a form 04:44 - Meta class 05:27 - Instance of the form 06:34 - Display the form in HTML 08:55 - Save model to Database
Nobody, called this out, that you need to name/define fields again in the ModelForm also .... I had only called out Mera Class, knowing that Model Fields are defined ... But data was not saving, ..... It got me hanging for 2 days, before you saved me .... thanks Caleb
What if I want to display the form with data from the database? for instance, I want to create a form that have radio buttons, and the label for each radio button have text that come from a Model. Can I do this? (not a native speaker, sorry for grammar mistakes)
Hi Caleb, Can you do a video on future of django, I've heard that web 3.0 is taking over web 2.0. I mean block chain technology. Is that really true ? Will django become unneeded?
(FREE) Early access course notes - calcur.tech/backend-notes
Links:
Get the code here - github.com/CalebCurry/django-modelform
Previous video - ua-cam.com/video/fsVY66QBhwM/v-deo.html
Timestamps:
00:00 - Introduction
03:10 - Create a form
04:44 - Meta class
05:27 - Instance of the form
06:34 - Display the form in HTML
08:55 - Save model to Database
This is super good, extremely concise
you have no idea how this saved me! God bless your channel
Nobody, called this out, that you need to name/define fields again in the ModelForm also .... I had only called out Mera Class, knowing that Model Fields are defined ... But data was not saving, ..... It got me hanging for 2 days, before you saved me .... thanks Caleb
Great tutorial, and you may have the most calming voice I have ever heard!
broo, that worked, thank you. Enctype="multipart/form-data". Honestly i didn't even expect this was the problem, but it helped) thanks
Thank you for this tutorial, it was exactly what I needed, nothing more, nothing less and very well done.
Thank you, Caleb!
We gain every time something great from u
your tutorials are on point and easy to understand👌
Thank you!!! You help my work project
Thanks you so much Caleb. This video was very helpful.
Thank you!
What if I want to display the form with data from the database? for instance, I want to create a form that have radio buttons, and the label for each radio button have text that come from a Model. Can I do this? (not a native speaker, sorry for grammar mistakes)
Hi Caleb,
Can you do a video on future of django, I've heard that web 3.0 is taking over web 2.0. I mean block chain technology.
Is that really true ? Will django become unneeded?
Caleb ur so handsome :D
source code?