TailwindCSS and Django-Crispy-Forms - Template Pack for Django Forms!

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 30

  • @seven1_studio
    @seven1_studio 3 місяці тому +1

    Thanks for amazing information.
    Please make a course/one shot video on general store management system in django

  • @codedjango
    @codedjango 3 місяці тому +1

    Really awesome tutorial bro...very nice 👍

  • @ahmedbadal3795
    @ahmedbadal3795 3 місяці тому +4

    most of your tutorials are advanced except this one and that is what most of us wanted keep it bro we need more django + tailwind + psql + ....

    • @bugbytes3923
      @bugbytes3923  3 місяці тому +2

      Thanks bro! I'll try and do some tutorials that are more geared towards beginners soon, in fact I'm creating a complete intro to Django course at the moment (slowly, but surely...) ;)

    • @TomOhle1
      @TomOhle1 3 місяці тому

      I’m going to go the opposite and say that I really appreciate the more advanced topics being covered. I think many other sites tend to focus only on the simple stuff and you do a great job explaining all topics. A suggestion - would it make sense to tag items as beginner / advanced in the heading and tag your existing content as a playlist for both ?

    • @ahmedbadal3795
      @ahmedbadal3795 3 місяці тому

      @@bugbytes3923 awesome

  • @mrmuranga
    @mrmuranga 3 місяці тому +1

    thanks as always for sharing😎

    • @bugbytes3923
      @bugbytes3923  3 місяці тому

      Thank you for commenting, cheers!

  • @Yarkanlaki
    @Yarkanlaki 3 місяці тому

    Yahoo finally I don't need to update widgets for each field forms

  • @sunderrajan6172
    @sunderrajan6172 3 місяці тому

    Thanks for the great video!

  • @raulolmos345
    @raulolmos345 3 місяці тому

    Excellent video as always, I also think that you have to work on the design of the forms in the template whenever possible.

  • @hack727
    @hack727 3 місяці тому +1

    can you make a full video on tailwind CSS, by the I love uur content keep it up.

    • @bugbytes3923
      @bugbytes3923  3 місяці тому

      Thanks! I've got two videos on tailwind coming up, specifically around installation and usage with Django.

  • @frameff9073
    @frameff9073 3 місяці тому +1

    good thank

  • @Yarkanlaki
    @Yarkanlaki 3 місяці тому

    Can make tutorial about Django tables2 + Django Filters + Django select2 + Django HTMX + crispy forms+ Django template tweaks + Django partials 😅

    • @bugbytes3923
      @bugbytes3923  3 місяці тому

      I'll try and do some of these soon!

  • @aafan.kuware
    @aafan.kuware 3 місяці тому +1

    please make the video on production ready setup instead of using CDN for tailwind.

    • @bugbytes3923
      @bugbytes3923  3 місяці тому +1

      I'll have two of these coming out very soon (one with django-tailwind package, and one with manual NPM setup)

  • @j0hnc0nn0r-sec
    @j0hnc0nn0r-sec 3 місяці тому

    Did you ever get pandasAI working properly? I followed your tutorial and had some success, but even the founder at his demo couldn’t make it work properly. Just wondering if you had worked with it anymore

  • @MalfuncEddie
    @MalfuncEddie 3 місяці тому

    Could you make a video that installs tailwind daisy-ui without cdn and production ready?

    • @bugbytes3923
      @bugbytes3923  3 місяці тому

      Will release these soon, for sure!

  • @andrealekhine
    @andrealekhine 2 місяці тому

    Olá, boa tarde. Esse exemplo aqui não funciona quando esta usando o django-tailwind ? Pois aqui no meu codigo da erro ao carregar a pagina. Quando eu uso o cdn do tailwind funciona, mas quando eu uso o {% tailwind_css %} não carrega o formulário corretamente.

  • @Zeksait
    @Zeksait 3 місяці тому

    o
    my
    god

  • @pm1234
    @pm1234 3 місяці тому +2

    css within html (class) within python (css_class) = nope.

  • @dmccallie
    @dmccallie 3 місяці тому

    A big “no thanks” for the approach of adding markup to the python code. Markup belongs in the templates! I wish there was an easy way to auto-generate all the { form } exploded fields into the template so that it was easy apply tailwind styles. I think it’s possible to redefine the inner templates that generate the various { form } fields, but I haven’t figured that out yet.