Using Django Widget Tweaks to Easily Modify Form Field HTML Attributes

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

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

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

    Join my free course on working with the database and models in Django: prettyprinted.com/djangodatabase

  • @writingpanda
    @writingpanda 5 лет назад +10

    I didn't know about this library. Thank you for the introduction!

  • @jonsicherman4317
    @jonsicherman4317 3 года назад +1

    Was stuck on finding the right app to use all day today. Thank you!

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

    Thanks for putting this here.

  • @MidhunBabu
    @MidhunBabu 3 года назад +1

    Thank You so much.......... LOVE FROM KERALA

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

    I was struck on adding a functionality. Your video helped me in solving it. Thanks a lot.

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

    thanks, i had no idea what the syntax was like, your video helped a lot

  • @Feglawy
    @Feglawy 8 месяцев назад

    This really saved my day

  • @amanjain6597
    @amanjain6597 3 года назад +1

    How do I select the value of the database coming from the Database suppose you have one prefilled form and want to perform an update operation on that so for that purpose I need to set the dropdown value of the form

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

    Thank you so do much for this video.

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

    Never heard of this library. Awesome!

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

    Hi, is there a way to use image with text in dropdown select?

  • @capuche777
    @capuche777 5 лет назад +2

    Very useful, I have been doing by the widgets method :D, thanks for this tip

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

    Excellent explanation! Thank you!

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

    Thanks a lot , this helped me

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

    Thank you, this saved a lot of time of mine.

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

    How can i get the field name on the left and the form box on the right?

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

    Very useful video. Thanks.

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

    What if I want to use DateInput widgets, how I use it with widgets tweaks????? The main concern for me is to grab the format according to me, so how can I use it to change the format as well...?????

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

    Hi,thank you so much, this works great, but how can i get a datepicker or datetime-picker?

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

    Thank you so much, it's helping me lot

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

    Thank you for this incredible video, just one problem though, my form is not saving to database anymore, but it was saving when I was using django form. What am I missing?

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

    thank you so much :))))
    you helped me a lot

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

    HOW CAN I GET AN INFORMATION FROM A HTML AND TYPE CHECKBOX THX

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

    How to make it work for django filter form?? Please help

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

    Thank you for this one

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

    this is a lifesaver, thank you!

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

    thanks for sharing, a debt i am having what is the difference between crispy-form and widget-tweaks?

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

      They are both similar. Try both and see which one you prefer.

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

    i,ve deployed whole project only by creating project not django app, how should i use this method

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

    Thanks!

  • @SajadJalilian
    @SajadJalilian 5 лет назад +2

    please create social media following / follower system using Django build in user model

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

    what is the advantage of using widget tweaks?

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

      We can customize our form to whatever extend

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

    thank you so much

  • @wyyb-ts-89454
    @wyyb-ts-89454 4 года назад

    So usefull

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

    very nice

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

    Awesome

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

    cool!

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

    Life save.. Condaculations

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

    A little disappointing - there are lots of examples around the web for the things you actually looked at. The select example, however, doesn't and you did that time-old "this one doesn't need anything because my super-sexy, non-standard framework that I'm not talking about already takes care of it". The question being - how do you add style to options?

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

    Thank you so much