Django-Filter - HTMX Integration and Filtering Multiple Values for a Form Field

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

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

  • @ericmuijs1938
    @ericmuijs1938 3 месяца назад +1

    Great short tutorial, thanks Bugbytes

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

      @@ericmuijs1938 thanks very much!

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

    Cool stuff sir.This is currently my number one channel.

  • @marvelouswololo6677
    @marvelouswololo6677 2 года назад +5

    Awesome stuff as always! Thank you mate!

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

    Great stuff as always!

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

    Thank you for this! Exactly what I was hoping for.

  • @WaqasKhan-pn9fj
    @WaqasKhan-pn9fj 2 года назад +2

    Great sir.🤩😍

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

    Useful tool. Thanks for the video

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

      You're welcome. I'm glad it was useful!

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

    Great video as usual

  • @minjun3173
    @minjun3173 Год назад +1

    Thx for great video!! I resolved a problem 👍

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

    it's excellent but i couldn't get the hx-target to work properly with the template inheritance

  • @faustarp4564
    @faustarp4564 Год назад +1

    Hello BugBytes, Thank you for your tutorials. Really helped me out with my project. I was just wondering if you could show an exemple of django-filter with Many to Many field. I tried on my app and was not able to get it to work. Thanks in advance.

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

    is this also possible to accomplish without the button press to submit, but immediately after selecting a checkbox or an option from the dropdown?

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

    Awesome ! Would be possible to have a ManyToMany field in the model ? (for example if a book is written by multiple Authors )

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

      Thanks!
      Yes, you can write filters that handle the M2M case too. Good idea for a future video I think!

  •  2 года назад

    But the URL in the browser isn't updating, so it's not shareable. How would you do that using htmx?

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

    mate , can you tell me how long it takes to learn python & django for backend ? starting from scratch with no prior knowledge. just give me an estimated timeframe .

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

      It's a difficult question, I would suggest working through the official Django tutorial and absorbing all that info, if you're starting from scratch.
      With solid effort, you can be up and running in 2 or 3 months with enough backend knowledge to work reasonably well in Django/Python. But things can always be learned, improved and refined with time. It's a rewarding process and career, though.

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

    sirin hamza fruity edition doesn’t have all the plugins or samples and it can’t record content either

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

    thank you

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

    Can the url also change with the filters used when using htmx?

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

      Just found what I needed: hx-push-url="true"