Model Form | Django

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 112

  • @DennisIvy
    @DennisIvy  Месяц назад

    Don't forget to check out my Complete Django course! dub.sh/NvGboTI

  • @gertvisser2734
    @gertvisser2734 3 года назад +5

    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 года назад +14

    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 года назад +16

    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 10 месяцев назад

    The best channel to learn Django EVER! Thanks for your service, sir!

  • @skanda2186
    @skanda2186 3 года назад +5

    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.

  • @lordloneshadow7572
    @lordloneshadow7572 2 года назад +2

    Best tutorial. Concise and pithy. Wish all tutorials were like this.

  • @Spiritual007World
    @Spiritual007World Год назад

    That is the most accurate tutorial (straight to the point).

  • @osmankain1508
    @osmankain1508 9 месяцев назад

    Wow, the way you teach is very easy to learn Django

  • @peterdavids31
    @peterdavids31 3 года назад +8

    Thanks mate, now I can send messages to myself XD.

  • @damodar_9_9_9
    @damodar_9_9_9 2 года назад

    Great, Using model form classs is always better than class based

  • @bibekkhatri
    @bibekkhatri 3 года назад +3

    Will you switch to VSCode?🤷‍♀️😃

  • @adrianosdervis5286
    @adrianosdervis5286 4 года назад +6

    Hi Dennis, how can we style such a form?

  • @ajaymkamath8120
    @ajaymkamath8120 4 года назад +5

    Is it possible to style this form to make it look better??

    • @kevinbadboyz
      @kevinbadboyz 4 года назад +1

      U can use bootstrap 3 (load widget_tweaks django) or bootstrap 4 (load crispy_forms_tags)

  • @peatahayab4352
    @peatahayab4352 4 года назад +3

    Thank you so much, Dennis!

  • @prashantgupta9045
    @prashantgupta9045 Год назад

    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.

  • @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

  • @Kishikato
    @Kishikato 6 месяцев назад

    What is the difference between the serializer and form?

  • @alasermohamad
    @alasermohamad 3 года назад

    i have do same thing but i have this error .====>> name 'request' is not defined

  • @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

  • @honeypatel9283
    @honeypatel9283 4 года назад +2

    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

  • @NileshKumar-gu2ti
    @NileshKumar-gu2ti 3 года назад

    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.

  • @goenkaniks
    @goenkaniks 4 года назад

    My model form has no vertical scroll bar available. Not sure what did I miss?

  • @unkownknown7156
    @unkownknown7156 4 года назад +1

    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 .

  • @eoinparkinson4224
    @eoinparkinson4224 Год назад

    Great. Very clear and concise.

  • @neckpillow
    @neckpillow 2 года назад

    That's exactly what I want... Thank you so much

  • @guna23785
    @guna23785 4 года назад +1

    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

  • @hemantholeti3688
    @hemantholeti3688 3 года назад

    getting OSerror ... i followed each line of code in the video but dont know why?

  • @aliazlanaziz
    @aliazlanaziz 4 года назад +1

    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!

  • @digitaldata-surveying
    @digitaldata-surveying 3 года назад

    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.

  • @palanivelrajan1971
    @palanivelrajan1971 4 года назад +2

    Hi Dennis , You did great job very amazing ....

    • @DennisIvy
      @DennisIvy  4 года назад +2

      Thank you Pazhanivel :)

    • @manis7477
      @manis7477 4 года назад +2

      @@DennisIvy How can we style a form coming from a model based

  • @ZahidKhan-pf6xh
    @ZahidKhan-pf6xh Год назад

    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

  • @alifbhanvadiya5597
    @alifbhanvadiya5597 4 года назад

    How to create form based on select option such that some fields shouldn't be display on 2nd option

  • @greetingsgentlemen.8179
    @greetingsgentlemen.8179 3 года назад

    I am getting the error NOT NULL constraint failed: what do i do? @dennis ivy?

  • @mazenbenhmida4709
    @mazenbenhmida4709 2 года назад

    how can i use template inputs and not default inputs

  • @apolomachine
    @apolomachine 4 года назад

    hi there... how can i do this with models? like class ExampleCreateView(CreateView) how do i implement that?

  • @Mark4Jesus
    @Mark4Jesus 2 года назад +1

    This is well done!

  • @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)

  • @roshandaniel9343
    @roshandaniel9343 2 года назад

    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?

  • @likjou
    @likjou 2 года назад

    Thanks man, it works for me.

  • @BeautyOfMiddleAndEarth
    @BeautyOfMiddleAndEarth 4 года назад

    how can i make the form NOT to accept the same data "same first and last name" more than once?

  • @chelseafan2893
    @chelseafan2893 4 года назад

    Hi everyone, why django form doesn't upload or save images but django admin saves?

  • @dipeshmandanka
    @dipeshmandanka 3 года назад

    how to beutify form.as_p in django?

  • @abdelhakemabdelhak4624
    @abdelhakemabdelhak4624 6 месяцев назад

    Thank you!

  • @jewelsoncagakit8423
    @jewelsoncagakit8423 3 года назад

    Thank you for this video !

  • @abhiadhikari7714
    @abhiadhikari7714 3 месяца назад

    Thank you brotherr

  • @shraddha1570
    @shraddha1570 3 года назад

    How can we styling and validation to this form? Thanks in advance.

  • @MiguelDuffy
    @MiguelDuffy 3 года назад

    Thanks Dennis!

  • @quitrangers
    @quitrangers 7 месяцев назад

    Thanks bro nice video

  • @tbzsang1807
    @tbzsang1807 3 года назад

    Can I use this method in user registration? Or should I use 'UserCreationForm'? Thanks!

  • @milliondollarmotivation6260
    @milliondollarmotivation6260 3 года назад +2

    good Job!

  • @florentinahofbauer3211
    @florentinahofbauer3211 3 года назад

    Helped me a lot thank you!

  • @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?

  • @adesinamariam2010
    @adesinamariam2010 Год назад

    I love this.

  • @Chickin
    @Chickin 2 года назад

    THANK YOU!!

  • @mfk1267
    @mfk1267 Год назад

    That was clear thanks

  • @deleos3744
    @deleos3744 Год назад

    How do we style this??

  • @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

  • @jovinnsanzumukiza7585
    @jovinnsanzumukiza7585 2 года назад

    thank you

  • @saikatmukherjee8095
    @saikatmukherjee8095 4 года назад

    May good bless you.....I am just fucked up for this solutions

  • @meldrickfernandes3645
    @meldrickfernandes3645 3 года назад

    If you logout and try to post will it work

  • @dizzivoneverec2737
    @dizzivoneverec2737 3 года назад

    Very good, thank you!

  • @vikassingh-qk5jb
    @vikassingh-qk5jb 4 года назад

    how to render datepickerinput from modelform?

  • @wq12654
    @wq12654 3 года назад

    YES. Thank you !

  • @Pichotweb
    @Pichotweb 3 года назад

    why people uses the function based views instead of class based?

  • @meldrickfernandes3645
    @meldrickfernandes3645 3 года назад

    Hi how can we apply image field in forms

  • @khalidanta2784
    @khalidanta2784 2 года назад

    Do you have a tutorial on how to create assessment form in Django?

  • @vigneshwaran97
    @vigneshwaran97 3 года назад

    Thank you very much

  • @tsandbox1
    @tsandbox1 6 месяцев назад

    txs bro.

  • @user-qy1or2bv8u
    @user-qy1or2bv8u 2 года назад

    Thanks

  • @joemckoy8332
    @joemckoy8332 Год назад

    What code editor is this?

  • @context177
    @context177 3 года назад

    Speedrun djungo mode on

  • @nitinprajapati1305
    @nitinprajapati1305 4 года назад

    What if i want to sent a image to database
    Using request.FILES

  • @Chokhmah_Learning
    @Chokhmah_Learning 4 года назад

    Hi Dennis, Great video.
    just tell me what are the versions of Django and Python you are using?

  • @thegrind9628
    @thegrind9628 2 года назад

    Thanks a lot. I luv u

  • @briandethloff2451
    @briandethloff2451 3 года назад

    Thanks a lot.

  • @LordBott
    @LordBott 3 года назад

    Thank u!

  • @Nasseh_K
    @Nasseh_K 2 года назад

    Hi Denis...Could you do one about styling django forms

  • @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.

  • @MEHDI.NIAZI66
    @MEHDI.NIAZI66 4 года назад +1

    i have a question can i ask you?

    • @DennisIvy
      @DennisIvy  4 года назад

      Whats your question? :)

    • @MEHDI.NIAZI66
      @MEHDI.NIAZI66 4 года назад

      @@DennisIvy how to access to data in the request.post?

    • @MEHDI.NIAZI66
      @MEHDI.NIAZI66 4 года назад

      @@DennisIvy for example i want check if age field in the form bigger than 18 do somthing

    • @MEHDI.NIAZI66
      @MEHDI.NIAZI66 4 года назад

      @@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

  • @vijayalakshmynatarajan1860
    @vijayalakshmynatarajan1860 4 года назад

    could you please put a video on django modal forms for CRUD operations

  • @santanumaiti6450
    @santanumaiti6450 4 года назад +1

    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

  • @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

  • @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.

  • @muralidhar40
    @muralidhar40 3 года назад

    commendations.

  • @user-eh6jh7wv4q
    @user-eh6jh7wv4q 4 года назад

    Русский?

    • @DennisIvy
      @DennisIvy  4 года назад

      да :)

    • @user-eh6jh7wv4q
      @user-eh6jh7wv4q 4 года назад

      мой первый сайт на джанго zpuslugi.herokuapp.com , хочу подучиться и делать одностраничники и скорее всего буду фрилансить потому что у нас в городе как то все хотят php или react с node.js, и естественно буду подглядывать в ваш код)

  • @sylyac2000
    @sylyac2000 2 года назад

    thanks

  • @mrutyunjayashiremath5589
    @mrutyunjayashiremath5589 4 года назад

    Thank you

  • @francisodero1987
    @francisodero1987 3 года назад

    thanks