Simple Introduction to Django Forms (Django Tutorial) | Part 45

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ค. 2024
  • Enjoyed my video? Leave a like!
    GitHub Link: github.com/maxg203
    Personal Website: maxgoodridge.com

ความคิดเห็น • 55

  • @arsenalacid
    @arsenalacid 7 ปีที่แล้ว +31

    I like how you go over the same stuff again like explaining self and other stuff youve repeated its great for beginners, cheers

  • @rfgranzow
    @rfgranzow 5 ปีที่แล้ว +6

    Thank you Max! The Django documentation on Forms is daunting for the uninitiated!

  • @seyittumturk3769
    @seyittumturk3769 2 ปีที่แล้ว

    Love the tone of this tutorial. Thanks

  • @RyanBreaker
    @RyanBreaker 6 ปีที่แล้ว +1

    Great series, this just cleared stuff up for me about Forms. Thanks!

  • @samyoe
    @samyoe 6 ปีที่แล้ว

    This was the thing I was trying to do from the start of learning Django. I watched 1-30 then from 42 to here and now I can finally do what I wanna do

  • @ravindu8751
    @ravindu8751 4 ปีที่แล้ว

    You helped me when documentation couldn't, thank you very much!

  • @jg3777
    @jg3777 5 ปีที่แล้ว +1

    How do you only have 10K subs??! Your videos are great!!! Thank you for doing these!!

  • @dragosh3212
    @dragosh3212 5 ปีที่แล้ว

    You are a great instructor!
    Thanks

  • @akiva000
    @akiva000 6 ปีที่แล้ว

    Good stuff man, keep it up!

  • @matheusmansourelbatti7716
    @matheusmansourelbatti7716 6 ปีที่แล้ว

    Thanks a lot, mate! Awesome video

  • @soroushebi
    @soroushebi 6 ปีที่แล้ว

    wow thanks max ! really really thank you i awnsered lots my questions

  • @underoverafterbefore
    @underoverafterbefore 4 ปีที่แล้ว

    Thanks man, great work!

  • @alismaili2346
    @alismaili2346 7 ปีที่แล้ว

    very helpful man thank you very much

  • @IsItTimeToTravel
    @IsItTimeToTravel 6 ปีที่แล้ว

    Hi @Max Goodridge. I have a doubt. I am trying to make a model for "Question" . A question can have as many choices (Charfields) as user wants , and there can be one or many correct answers (out of those options) . How should I define this model?

  • @fbafica
    @fbafica 6 ปีที่แล้ว

    Hello Max, congratulations on the work you have done! Let me ask you something.. Is it possible to render the django form as a HTML select?

  • @alejandrob7867
    @alejandrob7867 5 ปีที่แล้ว

    Just wondering if you could explain in later videos the differences between the forms.Form and forms.ModelForm. Keep posting your tutorial series, they have helped a lot of Django beginners and you have become a reference in Django learning series :D

  • @nimeshghimire6749
    @nimeshghimire6749 7 ปีที่แล้ว

    i need a dropdown and two txt box in login form and and the value in the dropdown with username and password determines which page to go. can you help me sort out this?? for ex. admin in dropdown with correct username and password leads to admin page. similary for other users too. I would be very thankful

  • @vishalmanchanda5873
    @vishalmanchanda5873 5 ปีที่แล้ว

    I am using Integerfield type with min Val=1 but it also accepting decimal value like 1.4 . Is this right? Which field I can use if I want that user can enter only positive value and no decimal value.I have used PositiveIntegerfield but it through an error 'module' object has no attribute 'PositiveIntegerField'. please help me to solve this..

  • @samyoe
    @samyoe 6 ปีที่แล้ว

    By the way, the required thing doesn't seem to be default in the latest verison. To enable it just do required=True.

  • @meghasahu1694
    @meghasahu1694 5 ปีที่แล้ว

    Can i change the ui for my form? My Ui is looking really bad with django form

  • @khadijaelhasnaoui1925
    @khadijaelhasnaoui1925 6 ปีที่แล้ว

    thank youu!!

  • @jafar1607
    @jafar1607 7 ปีที่แล้ว

    Thanks.

  • @botjeff6303
    @botjeff6303 5 ปีที่แล้ว

    Hey man, awesome tutorial, you're gonna be the next NEW BOSTON, or may be better than him! All the best 👍🏻

  • @rev_krakken70
    @rev_krakken70 5 ปีที่แล้ว

    How can I add css to a django rendered form?

  • @Th3life
    @Th3life 6 ปีที่แล้ว

    hello my best instructor
    i need your help
    i want to read from module and post in another module in form

  • @ShnauzerR
    @ShnauzerR 3 ปีที่แล้ว

    How did your text box pop up at 10:36? I removed my html code for the text box and I couldn't get the textbox to show up after. Did i miss something? Also what do you have under urls.py? Thanks!

  • @linujose2536
    @linujose2536 4 ปีที่แล้ว

    hi im facing a problem that in URL its been redirected but the page doesnt laods its showing the same page on all options in navbar page doesnt redirect even though url is called while clicking ?

  • @annazhydko2459
    @annazhydko2459 3 ปีที่แล้ว

    such a beautiful accent 😍

  • @MrCliverlong
    @MrCliverlong 2 ปีที่แล้ว

    Although late to comment, this is a useful video. Thank-you. In future videos you may produce, can you increase the size of the font in your editor/IDE to make it easier to see when viewed through TH-cam?

  • @gwtuts4061
    @gwtuts4061 4 ปีที่แล้ว

    Goto hell,
    I subscribe u
    Good dude...
    Ur explaination is good

  • @ovebepari6682
    @ovebepari6682 6 ปีที่แล้ว +3

    11:35 Yo man, to be precise, people who made django, didn't provide nice UI elements to show 'Please fill in this field', FYI, it's your browser. What django simply does, is, it generates the HTML code with a 'required' attribute.

  • @maheshchougule2732
    @maheshchougule2732 5 ปีที่แล้ว

    AttributeError: module 'django.forms' has no attribute 'form'
    how to solve this error

  • @PabloRodriguez-rm9wz
    @PabloRodriguez-rm9wz 6 ปีที่แล้ว

    You just save me bro! :v

  • @alyaistisafira6784
    @alyaistisafira6784 5 ปีที่แล้ว

    please tell me your super cool editor what is it

  • @don7117
    @don7117 7 ปีที่แล้ว +3

    Your videos are great! You should put them together as a programme on Udemy.com. You could make some serious $.

    • @don7117
      @don7117 7 ปีที่แล้ว +1

      Courses are as cheap as $10. And people want the basics as much as the advanced stuff. In fact, I would argue more. Anyone unwilling to invest that much in their future is not serious anyway, in my opinion. One of your counntrymen, Rob Percival, has a course that I took, along with 233K other people. At $10 a pop (the discounted rate - others have paid more) - think about it. Would give you the time and freedom to do a lot of other good things for people.

    • @philknowles5460
      @philknowles5460 6 ปีที่แล้ว

      My experience with Udemy, Pluralsight, and Codeschool have been very very poor. I am learning more from Max than I have from any of those paid out of date courses. I think that if these videos end up on there, quality will greatly diminish. Max has a gift in teaching and unless he has full control over his videos and keeps them updated, TH-cam is much more preferred. If you can't tell, I can't stand Udemy.

  • @monikasharma-se1pu
    @monikasharma-se1pu 6 ปีที่แล้ว

    text area is not coming by {{form.as_p}}

    • @Nin4ikP88
      @Nin4ikP88 6 ปีที่แล้ว

      Same here.. Did you solve it? Internet tells to put widget=forms.Textarea() into the forms.Charfield, but it's not working for me either..

    • @Nin4ikP88
      @Nin4ikP88 6 ปีที่แล้ว

      Never mind. Found that I defined another HomeView earlier, but forgot about it-.- that was the problem.

  • @yancheng2980
    @yancheng2980 6 ปีที่แล้ว

    I onl y have a Submit button. Why did the input box not show?

    • @diegosalasnoain1149
      @diegosalasnoain1149 5 ปีที่แล้ว

      same here

    • @scottnorman2296
      @scottnorman2296 5 ปีที่แล้ว

      same here. very frustrating!

    • @mohitthorat8580
      @mohitthorat8580 5 ปีที่แล้ว

      @@scottnorman2296 Did you guys find a solution? I am stuck with it too : (

    • @mohitthorat8580
      @mohitthorat8580 5 ปีที่แล้ว

      I got it sorted. I wasn't passing the form object that was just created in the render().

  • @RohitKumar-xl3hk
    @RohitKumar-xl3hk 5 ปีที่แล้ว +1

    I wished you used Model forms instead of the normal ones :\

  • @dragomir-ficardmihai-alexa7316
    @dragomir-ficardmihai-alexa7316 6 ปีที่แล้ว

    Might be helpful for some :)
    Open source logo library where you can download a logo, customize it and use it on your project - no attribution or other stuff involved.
    developerbox.xyz/

  • @sohamc7402
    @sohamc7402 4 ปีที่แล้ว

    He looks like that squirrel from Ice Age movie

  • @EvgenyAleshin
    @EvgenyAleshin 5 ปีที่แล้ว

    Get to the point ffs

  • @Johnnyboycurtis
    @Johnnyboycurtis 6 ปีที่แล้ว

    I think the video content was clear and informative, but I absolutely dislike when technical videos like these show the person's face. Like, dude, I don't need to see you. You're distracting. Get back to the screen!