Model Form | Django

  Рет қаралды 132,224

Dennis Ivy

Dennis Ivy

Күн бұрын

Пікірлер: 112
@DennisIvy
@DennisIvy 5 ай бұрын
Don't forget to check out my Complete Django course! dub.sh/NvGboTI
@gertvisser2734
@gertvisser2734 3 жыл бұрын
You literally just saved me 6 months of my studies!!!!!!!!!!!!Thanks a lot, best django tutorial ever!!!!!! I have watched about 5 hours input videos but none of them work. And in 6 minutes I can explain to anyone how input and model forms in django works
@dustybest5775
@dustybest5775 3 жыл бұрын
Dude. Thank you! I've been at this for hours and you finally got me there in a 6 minute video.
@SURJEETSINGH-ms9iu
@SURJEETSINGH-ms9iu 4 жыл бұрын
thank u bro struggled 14 hours for this
@devriyaz29
@devriyaz29 Жыл бұрын
ok by just a 6 mins video, we learnt core of django that is connecting Models,Views,Templates This is amazing.
@Canaldozoio
@Canaldozoio Жыл бұрын
The best channel to learn Django EVER! Thanks for your service, sir!
@lordloneshadow7572
@lordloneshadow7572 3 жыл бұрын
Best tutorial. Concise and pithy. Wish all tutorials were like this.
@osmankain1508
@osmankain1508 Жыл бұрын
Wow, the way you teach is very easy to learn Django
@Spiritual007World
@Spiritual007World Жыл бұрын
That is the most accurate tutorial (straight to the point).
@IJaba27
@IJaba27 3 жыл бұрын
This solution has a huge flaw. Everytime you just refresh the page, a new Customer will be added to the Database with the last entered informations without even manually pressing the submit button. But it stays a great introduction to the advantages that offer Django's forms.
@damodar_9_9_9
@damodar_9_9_9 3 жыл бұрын
Great, Using model form classs is always better than class based
@ScreamMario
@ScreamMario 4 жыл бұрын
Thanks mate, now I can send messages to myself XD.
@peatahayab4352
@peatahayab4352 4 жыл бұрын
Thank you so much, Dennis!
@palanivelrajan1971
@palanivelrajan1971 4 жыл бұрын
Hi Dennis , You did great job very amazing ....
@DennisIvy
@DennisIvy 4 жыл бұрын
Thank you Pazhanivel :)
@manis7477
@manis7477 4 жыл бұрын
@@DennisIvy How can we style a form coming from a model based
@neckpillow
@neckpillow 3 жыл бұрын
That's exactly what I want... Thank you so much
@parkiiiiiiii
@parkiiiiiiii Жыл бұрын
Great. Very clear and concise.
@bibekkhatri
@bibekkhatri 4 жыл бұрын
Will you switch to VSCode?🤷‍♀️😃
@Mark4Jesus
@Mark4Jesus 3 жыл бұрын
This is well done!
@likjou
@likjou 2 жыл бұрын
Thanks man, it works for me.
@adrianosdervis5286
@adrianosdervis5286 4 жыл бұрын
Hi Dennis, how can we style such a form?
@florentinahofbauer3211
@florentinahofbauer3211 4 жыл бұрын
Helped me a lot thank you!
@ajaymkamath8120
@ajaymkamath8120 4 жыл бұрын
Is it possible to style this form to make it look better??
@kevinbadboyz
@kevinbadboyz 4 жыл бұрын
U can use bootstrap 3 (load widget_tweaks django) or bootstrap 4 (load crispy_forms_tags)
@jewelsoncagakit8423
@jewelsoncagakit8423 3 жыл бұрын
Thank you for this video !
@aliazlanaziz
@aliazlanaziz 4 жыл бұрын
Dennis plz reply if u have r reading this: forms are basically just what we want to take input from user via {{ form }}? so like we can have multiple fields in models but if he wants to render firstname,lastname and dateofbirth out of many fields then he will create a form including fields firstname,lastname and dateofbirth?
@aakashsharma2394
@aakashsharma2394 4 жыл бұрын
i think u can simpy say fields = ["firstname","lastname","dateofbirth",] this will exclude all other fields you have created in your model and include these three! hope it helps!
@milliondollarmotivation6260
@milliondollarmotivation6260 4 жыл бұрын
good Job!
@MiguelDuffy
@MiguelDuffy 3 жыл бұрын
Thanks Dennis!
@prashantgupta9045
@prashantgupta9045 2 жыл бұрын
Please guide me on one scenario. In this form how should I apply the onchange on any of field . Means without submit how can I get the value if I'm entering any value.
@Nasseh_K
@Nasseh_K 2 жыл бұрын
Hi Denis...Could you do one about styling django forms
@guna23785
@guna23785 4 жыл бұрын
Hey .. Can you suggest pls I am good at Python and I build lot of NLP models all working as expected however its all backend . I want to give life to that by adding frontend forms for user input and authentication. Should I go with full Django MVT or should I look at Django API with react or vue based JS front end. Please do consider the learning curve as well .. please make a video how to tie all these together. Thanks in Advance
@dizzivoneverec2737
@dizzivoneverec2737 4 жыл бұрын
Very good, thank you!
@sivasankar-ux3zb
@sivasankar-ux3zb 3 жыл бұрын
i was stucked in a problem that i have different forms on different category if i want to show a form based on the category selection how can i show that form and how can i access that form values
@goenkaniks
@goenkaniks 4 жыл бұрын
My model form has no vertical scroll bar available. Not sure what did I miss?
@quitrangers
@quitrangers 11 ай бұрын
Thanks bro nice video
@Kishikato
@Kishikato 10 ай бұрын
What is the difference between the serializer and form?
@unkownknown7156
@unkownknown7156 4 жыл бұрын
Hii How can i get the Inherited foreginkey model field in second filed. #rough example Mode1: Name, phone num place etc fields Model: Name:foreginkey (Model1) Here i want to get model 1 num, place fields also how can u do that .
@hemantholeti3688
@hemantholeti3688 3 жыл бұрын
getting OSerror ... i followed each line of code in the video but dont know why?
@mfk1267
@mfk1267 2 жыл бұрын
That was clear thanks
@alifbhanvadiya5597
@alifbhanvadiya5597 4 жыл бұрын
How to create form based on select option such that some fields shouldn't be display on 2nd option
@apolomachine
@apolomachine 4 жыл бұрын
hi there... how can i do this with models? like class ExampleCreateView(CreateView) how do i implement that?
@NileshKumar-gu2ti
@NileshKumar-gu2ti 4 жыл бұрын
What to do if I don't want to save the data in database and just use it directly. Like enter your data: and then process the data and print it out on webpage. Please help.
@khalidanta2784
@khalidanta2784 2 жыл бұрын
Do you have a tutorial on how to create assessment form in Django?
@greetingsgentlemen.8179
@greetingsgentlemen.8179 4 жыл бұрын
I am getting the error NOT NULL constraint failed: what do i do? @dennis ivy?
@FloOpps
@FloOpps 3 жыл бұрын
Hey, need your help, He don't want to show the form in the HTML (he write {{ form }}), idk why, can someone help me fast it's urgent ^^ ty
@Chokhmah_Learning
@Chokhmah_Learning 4 жыл бұрын
Hi Dennis, Great video. just tell me what are the versions of Django and Python you are using?
@shraddha1570
@shraddha1570 3 жыл бұрын
How can we styling and validation to this form? Thanks in advance.
@tbzsang1807
@tbzsang1807 3 жыл бұрын
Can I use this method in user registration? Or should I use 'UserCreationForm'? Thanks!
@chelseafan1693
@chelseafan1693 4 жыл бұрын
Hi everyone, why django form doesn't upload or save images but django admin saves?
@honeypatel9283
@honeypatel9283 4 жыл бұрын
Hey, data are not retrieved to database please help me
@peterbukowski1577
@peterbukowski1577 4 жыл бұрын
make migrations for model and create a table in youre admin file
@saikatmukherjee8095
@saikatmukherjee8095 4 жыл бұрын
May good bless you.....I am just fucked up for this solutions
@AhmedTheCoder
@AhmedTheCoder 4 жыл бұрын
How can implement multiple models in one view with one to one relationship and shared model Example: I wants to make reports (daily, weekly and monthly) All reports must have a project to report about, and must have two extra models (staff workers and.....) and (machines cars and ......) So I can’t figure the relationship Please help.
@vijayalakshmynatarajan1860
@vijayalakshmynatarajan1860 4 жыл бұрын
could you please put a video on django modal forms for CRUD operations
@mazenbenhmida4709
@mazenbenhmida4709 2 жыл бұрын
how can i use template inputs and not default inputs
@adesinamariam2010
@adesinamariam2010 2 жыл бұрын
I love this.
@alasermohamad
@alasermohamad 3 жыл бұрын
i have do same thing but i have this error .====>> name 'request' is not defined
@dipeshmandanka
@dipeshmandanka 3 жыл бұрын
how to beutify form.as_p in django?
@BeautyOfMiddleAndEarth
@BeautyOfMiddleAndEarth 4 жыл бұрын
how can i make the form NOT to accept the same data "same first and last name" more than once?
@meldrickfernandes3645
@meldrickfernandes3645 3 жыл бұрын
If you logout and try to post will it work
@meldrickfernandes3645
@meldrickfernandes3645 3 жыл бұрын
Hi how can we apply image field in forms
@context177
@context177 3 жыл бұрын
Speedrun djungo mode on
@syedmujeebh6661
@syedmujeebh6661 4 жыл бұрын
Hi dennis, I want to add a datetime field in model that should display's today date . How to achieve it . Please help me out of this problem
@crispmmfood
@crispmmfood 4 жыл бұрын
maybe date_register = models.DateTimeField(auto_now_add=True) inside your models attributes
@Asgatin6578
@Asgatin6578 3 жыл бұрын
Bro, the form appears but when i press enter it doesn't work, i don't see anything added in the admin page
@instant4133
@instant4133 3 жыл бұрын
You have to register your model in admin.py Go to admin.py write admin.site.register(Your_model_name)
@master-b8437
@master-b8437 2 жыл бұрын
Hi Dennis, thank you for the good work. Please 🙏 I have a request for how to create and migrate a new Model and fill it with data based on save() method from another Model. Thank you in anticipation.
@Chickin
@Chickin 2 жыл бұрын
THANK YOU!!
@vikassingh-qk5jb
@vikassingh-qk5jb 4 жыл бұрын
how to render datepickerinput from modelform?
@deleos3744
@deleos3744 Жыл бұрын
How do we style this??
@Pichotweb
@Pichotweb 4 жыл бұрын
why people uses the function based views instead of class based?
@wq12654
@wq12654 3 жыл бұрын
YES. Thank you !
@LightYagami-ib6fb
@LightYagami-ib6fb 4 жыл бұрын
Wouldn't class based views be more easier to implement here? We could had just used createview instead i guess
@thetruereality2
@thetruereality2 4 жыл бұрын
for some reason the Submit button doesn't send the POST request on my django server. Or my django server is not capable of receiving or understanding the incoming POST request idk. Any suggestions anyone?
@samirThapaSRT
@samirThapaSRT 4 жыл бұрын
same problem dude
@roshandaniel9343
@roshandaniel9343 3 жыл бұрын
Dude, for some reason I'm just getting {{form}} instead of first name and last name fields in the HTML. Any one know the reason?
@gunkgoon2488
@gunkgoon2488 Жыл бұрын
idk
@abhiadhikari7714
@abhiadhikari7714 7 ай бұрын
Thank you brotherr
@PriyaSharma-vf9kb
@PriyaSharma-vf9kb 3 жыл бұрын
Hey ,Your videos are really helpful. I want to you make a video on override django admin model form . Like I have a model with 1 field ...when I click on that model in admin panel form will come with one input box . What I want with this input box I need 3 csv file field so that I can upload three csv to upload other model data. I want to add more fields which are not present in actual model and get this field data so that I can apply my logic on that extra field data.
@PriyaSharma-vf9kb
@PriyaSharma-vf9kb 3 жыл бұрын
If you have this video ...please share with me
@nitinprajapati1305
@nitinprajapati1305 4 жыл бұрын
What if i want to sent a image to database Using request.FILES
@abdelhakemabdelhak4624
@abdelhakemabdelhak4624 10 ай бұрын
Thank you!
@MEHDI.NIAZI66
@MEHDI.NIAZI66 5 жыл бұрын
i have a question can i ask you?
@DennisIvy
@DennisIvy 5 жыл бұрын
Whats your question? :)
@MEHDI.NIAZI66
@MEHDI.NIAZI66 5 жыл бұрын
@@DennisIvy how to access to data in the request.post?
@MEHDI.NIAZI66
@MEHDI.NIAZI66 5 жыл бұрын
@@DennisIvy for example i want check if age field in the form bigger than 18 do somthing
@MEHDI.NIAZI66
@MEHDI.NIAZI66 5 жыл бұрын
@@DennisIvy i have a book model in my app i want to check if volume count of book > 0 create seprate record for each volume of book in the database
@vigneshwaran97
@vigneshwaran97 3 жыл бұрын
Thank you very much
@joemckoy8332
@joemckoy8332 2 жыл бұрын
What code editor is this?
@deidarasan2760
@deidarasan2760 2 жыл бұрын
Sublime text
@thegrind9628
@thegrind9628 3 жыл бұрын
Thanks a lot. I luv u
@TravellerOnly
@TravellerOnly 4 жыл бұрын
Can anyone just tell me how to make my class model immutable?? it'll be really helpful to me
@pilotd
@pilotd 2 жыл бұрын
Make it a tuple
@briandethloff2451
@briandethloff2451 4 жыл бұрын
Thanks a lot.
@mrutyunjayashiremath5589
@mrutyunjayashiremath5589 4 жыл бұрын
Thank you
@muralidhar40
@muralidhar40 3 жыл бұрын
commendations.
@LordBott
@LordBott 4 жыл бұрын
Thank u!
@tsandbox1
@tsandbox1 10 ай бұрын
txs bro.
@francisodero1987
@francisodero1987 3 жыл бұрын
thanks
@OleksiiVoronov
@OleksiiVoronov 4 жыл бұрын
Русский?
@DennisIvy
@DennisIvy 4 жыл бұрын
да :)
@OleksiiVoronov
@OleksiiVoronov 4 жыл бұрын
мой первый сайт на джанго zpuslugi.herokuapp.com , хочу подучиться и делать одностраничники и скорее всего буду фрилансить потому что у нас в городе как то все хотят php или react с node.js, и естественно буду подглядывать в ваш код)
@ZahidKhan-pf6xh
@ZahidKhan-pf6xh 2 жыл бұрын
help me dennis everything is ok when i submit form it gives me "POST / HTTP/1.1" 200 635 this error plz help me out
@jovinnsanzumukiza7585
@jovinnsanzumukiza7585 2 жыл бұрын
thank you
@sylyac2000
@sylyac2000 3 жыл бұрын
thanks
@АяжанБакыт-р6ц
@АяжанБакыт-р6ц 2 жыл бұрын
Thanks
Django Render HTML to PDF | Introduction
4:31
Dennis Ivy
Рет қаралды 58 М.
How To Add Database Forms To A Web Page - Django Wednesdays #7
28:24
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Python Django Forms tutorial
26:54
Dave Gray
Рет қаралды 14 М.
How I learned Django in 3 Months
8:02
Dennis Ivy
Рет қаралды 350 М.
Django Tutorial - Simple Forms
21:56
Tech With Tim
Рет қаралды 80 М.
Why is it hard to hire Django developers?
16:32
Dennis Ivy
Рет қаралды 25 М.
Django REST Framework series - Setup and Models
22:14
BugBytes
Рет қаралды 12 М.
Django 5.0 Just Made Forms Even Better
3:24
Dennis Ivy
Рет қаралды 20 М.
Custom User Model | Explore Django
14:01
Code With Stein
Рет қаралды 42 М.
Django Forms Tutorial For Beginners - Get Started Fast! (2018)
29:36
The Dumbfounds
Рет қаралды 166 М.
Style Django Forms With Bootstrap - Django Blog #5
15:46
Codemy.com
Рет қаралды 129 М.