Don't forget to check out my Complete Django course! dub.sh/NvGboTI
@gertvisser27343 жыл бұрын
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
@dustybest57753 жыл бұрын
Dude. Thank you! I've been at this for hours and you finally got me there in a 6 minute video.
@SURJEETSINGH-ms9iu4 жыл бұрын
thank u bro struggled 14 hours for this
@devriyaz29 Жыл бұрын
ok by just a 6 mins video, we learnt core of django that is connecting Models,Views,Templates This is amazing.
@Canaldozoio Жыл бұрын
The best channel to learn Django EVER! Thanks for your service, sir!
@lordloneshadow75723 жыл бұрын
Best tutorial. Concise and pithy. Wish all tutorials were like this.
@osmankain1508 Жыл бұрын
Wow, the way you teach is very easy to learn Django
@Spiritual007World Жыл бұрын
That is the most accurate tutorial (straight to the point).
@IJaba273 жыл бұрын
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_93 жыл бұрын
Great, Using model form classs is always better than class based
@ScreamMario4 жыл бұрын
Thanks mate, now I can send messages to myself XD.
@peatahayab43524 жыл бұрын
Thank you so much, Dennis!
@palanivelrajan19714 жыл бұрын
Hi Dennis , You did great job very amazing ....
@DennisIvy4 жыл бұрын
Thank you Pazhanivel :)
@manis74774 жыл бұрын
@@DennisIvy How can we style a form coming from a model based
@neckpillow3 жыл бұрын
That's exactly what I want... Thank you so much
@parkiiiiiiii Жыл бұрын
Great. Very clear and concise.
@bibekkhatri4 жыл бұрын
Will you switch to VSCode?🤷♀️😃
@Mark4Jesus3 жыл бұрын
This is well done!
@likjou2 жыл бұрын
Thanks man, it works for me.
@adrianosdervis52864 жыл бұрын
Hi Dennis, how can we style such a form?
@florentinahofbauer32114 жыл бұрын
Helped me a lot thank you!
@ajaymkamath81204 жыл бұрын
Is it possible to style this form to make it look better??
@kevinbadboyz4 жыл бұрын
U can use bootstrap 3 (load widget_tweaks django) or bootstrap 4 (load crispy_forms_tags)
@jewelsoncagakit84233 жыл бұрын
Thank you for this video !
@aliazlanaziz4 жыл бұрын
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?
@aakashsharma23944 жыл бұрын
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!
@milliondollarmotivation62604 жыл бұрын
good Job!
@MiguelDuffy3 жыл бұрын
Thanks Dennis!
@prashantgupta90452 жыл бұрын
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_K2 жыл бұрын
Hi Denis...Could you do one about styling django forms
@guna237854 жыл бұрын
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
@dizzivoneverec27374 жыл бұрын
Very good, thank you!
@sivasankar-ux3zb3 жыл бұрын
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
@goenkaniks4 жыл бұрын
My model form has no vertical scroll bar available. Not sure what did I miss?
@quitrangers11 ай бұрын
Thanks bro nice video
@Kishikato10 ай бұрын
What is the difference between the serializer and form?
@unkownknown71564 жыл бұрын
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 .
@hemantholeti36883 жыл бұрын
getting OSerror ... i followed each line of code in the video but dont know why?
@mfk12672 жыл бұрын
That was clear thanks
@alifbhanvadiya55974 жыл бұрын
How to create form based on select option such that some fields shouldn't be display on 2nd option
@apolomachine4 жыл бұрын
hi there... how can i do this with models? like class ExampleCreateView(CreateView) how do i implement that?
@NileshKumar-gu2ti4 жыл бұрын
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.
@khalidanta27842 жыл бұрын
Do you have a tutorial on how to create assessment form in Django?
@greetingsgentlemen.81794 жыл бұрын
I am getting the error NOT NULL constraint failed: what do i do? @dennis ivy?
@FloOpps3 жыл бұрын
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_Learning4 жыл бұрын
Hi Dennis, Great video. just tell me what are the versions of Django and Python you are using?
@shraddha15703 жыл бұрын
How can we styling and validation to this form? Thanks in advance.
@tbzsang18073 жыл бұрын
Can I use this method in user registration? Or should I use 'UserCreationForm'? Thanks!
@chelseafan16934 жыл бұрын
Hi everyone, why django form doesn't upload or save images but django admin saves?
@honeypatel92834 жыл бұрын
Hey, data are not retrieved to database please help me
@peterbukowski15774 жыл бұрын
make migrations for model and create a table in youre admin file
@saikatmukherjee80954 жыл бұрын
May good bless you.....I am just fucked up for this solutions
@AhmedTheCoder4 жыл бұрын
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.
@vijayalakshmynatarajan18604 жыл бұрын
could you please put a video on django modal forms for CRUD operations
@mazenbenhmida47092 жыл бұрын
how can i use template inputs and not default inputs
@adesinamariam20102 жыл бұрын
I love this.
@alasermohamad3 жыл бұрын
i have do same thing but i have this error .====>> name 'request' is not defined
@dipeshmandanka3 жыл бұрын
how to beutify form.as_p in django?
@BeautyOfMiddleAndEarth4 жыл бұрын
how can i make the form NOT to accept the same data "same first and last name" more than once?
@meldrickfernandes36453 жыл бұрын
If you logout and try to post will it work
@meldrickfernandes36453 жыл бұрын
Hi how can we apply image field in forms
@context1773 жыл бұрын
Speedrun djungo mode on
@syedmujeebh66614 жыл бұрын
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
@crispmmfood4 жыл бұрын
maybe date_register = models.DateTimeField(auto_now_add=True) inside your models attributes
@Asgatin65783 жыл бұрын
Bro, the form appears but when i press enter it doesn't work, i don't see anything added in the admin page
@instant41333 жыл бұрын
You have to register your model in admin.py Go to admin.py write admin.site.register(Your_model_name)
@master-b84372 жыл бұрын
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.
@Chickin2 жыл бұрын
THANK YOU!!
@vikassingh-qk5jb4 жыл бұрын
how to render datepickerinput from modelform?
@deleos3744 Жыл бұрын
How do we style this??
@Pichotweb4 жыл бұрын
why people uses the function based views instead of class based?
@wq126543 жыл бұрын
YES. Thank you !
@LightYagami-ib6fb4 жыл бұрын
Wouldn't class based views be more easier to implement here? We could had just used createview instead i guess
@thetruereality24 жыл бұрын
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?
@samirThapaSRT4 жыл бұрын
same problem dude
@roshandaniel93433 жыл бұрын
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 Жыл бұрын
idk
@abhiadhikari77147 ай бұрын
Thank you brotherr
@PriyaSharma-vf9kb3 жыл бұрын
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-vf9kb3 жыл бұрын
If you have this video ...please share with me
@nitinprajapati13054 жыл бұрын
What if i want to sent a image to database Using request.FILES
@abdelhakemabdelhak462410 ай бұрын
Thank you!
@MEHDI.NIAZI665 жыл бұрын
i have a question can i ask you?
@DennisIvy5 жыл бұрын
Whats your question? :)
@MEHDI.NIAZI665 жыл бұрын
@@DennisIvy how to access to data in the request.post?
@MEHDI.NIAZI665 жыл бұрын
@@DennisIvy for example i want check if age field in the form bigger than 18 do somthing
@MEHDI.NIAZI665 жыл бұрын
@@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
@vigneshwaran973 жыл бұрын
Thank you very much
@joemckoy83322 жыл бұрын
What code editor is this?
@deidarasan27602 жыл бұрын
Sublime text
@thegrind96283 жыл бұрын
Thanks a lot. I luv u
@TravellerOnly4 жыл бұрын
Can anyone just tell me how to make my class model immutable?? it'll be really helpful to me
@pilotd2 жыл бұрын
Make it a tuple
@briandethloff24514 жыл бұрын
Thanks a lot.
@mrutyunjayashiremath55894 жыл бұрын
Thank you
@muralidhar403 жыл бұрын
commendations.
@LordBott4 жыл бұрын
Thank u!
@tsandbox110 ай бұрын
txs bro.
@francisodero19873 жыл бұрын
thanks
@OleksiiVoronov4 жыл бұрын
Русский?
@DennisIvy4 жыл бұрын
да :)
@OleksiiVoronov4 жыл бұрын
мой первый сайт на джанго zpuslugi.herokuapp.com , хочу подучиться и делать одностраничники и скорее всего буду фрилансить потому что у нас в городе как то все хотят php или react с node.js, и естественно буду подглядывать в ваш код)
@ZahidKhan-pf6xh2 жыл бұрын
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