Django and Htmx Todo Application | Tailwind CSS

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 40

  • @dimotionsco
    @dimotionsco 2 роки тому +4

    This is amazing! So much small stuff where html could be used! Thank you for the full CRUD tutorial! More content on Django & htmx! Vue content is also always welcomed!

    • @CodeWithStein
      @CodeWithStein  2 роки тому +2

      Yeah, Htmx is really awesome! It's really great for things like this.
      I'm currently publishing a new series with django+htmx, so check it out :-D

  • @MagnusAnand
    @MagnusAnand 3 роки тому +10

    Excellent!! More content with Django and htmx please!!

    • @CodeWithStein
      @CodeWithStein  3 роки тому +2

      Thanks :-D Yeah, that will definitely come some time soon ;-)

  • @mhsama1
    @mhsama1 Рік тому +1

    I liked it. It was concise but complete. Very useful.

  • @hosseinfirouzgan
    @hosseinfirouzgan 15 днів тому

    great video. thanks a lot

  • @larrysummer2015
    @larrysummer2015 3 роки тому +3

    Great video as always. Would be awesome to see you explaining how to integrate django json tokens and vue routes, how to protect these routes and specially some tips to keep in mind when making the app safe.

    • @CodeWithStein
      @CodeWithStein  3 роки тому +1

      Thanks :-D I will see what I can do. The next video/short series will probably be a new Django chat ;-)

  • @thienphuvu9577
    @thienphuvu9577 2 роки тому +2

    Hello Stein I got problem at 16:53 and it says htmx:targetError when I click + button

    • @CodeWithStein
      @CodeWithStein  2 роки тому

      Hmm weird. Are you sure the code is exactly as mine?

  • @TaaaiooMarvel
    @TaaaiooMarvel Рік тому +1

    ❤ You is the Best 😍

  • @loc5706
    @loc5706 Рік тому +1

    can you enhance CRUD with a search capability?

    • @CodeWithStein
      @CodeWithStein  11 місяців тому +1

      Maybe. Everything is possible 👍🏻

  • @mojtabamonfared4751
    @mojtabamonfared4751 3 роки тому

    Great Content, Thank you so much 🌹

  • @abdessamade6995
    @abdessamade6995 2 роки тому +1

    great job

  • @FirdausAziz
    @FirdausAziz 3 роки тому +6

    More Django + HTMX please.

  • @yashinshekh802
    @yashinshekh802 2 роки тому +1

    hello stein. if we have to create API for mobile application for this, can we use the same function or we have to create new one for the api to add the title. any help will be really appreciated

    • @CodeWithStein
      @CodeWithStein  2 роки тому

      Hey good question! But yes, you can use the same backend functions/views ☺️ that is why building an API is so cool 😁

    • @yashinshekh802
      @yashinshekh802 2 роки тому

      @@CodeWithStein will you please make a video on that as well. since using htmx we return a template so i am quite confused how we can return a json object from the same 'view' function for the API ones. any help will be highly appreciated ^_^

  • @zokhidabdullaev1068
    @zokhidabdullaev1068 2 роки тому

    I really like your videos and one thing If possible, please make videos regarding Django rest framework with kinda real application

    • @CodeWithStein
      @CodeWithStein  2 роки тому +1

      Thanks for the idea! I'll add it to my list of ideas :-D

  • @jorgeav527-xyz
    @jorgeav527-xyz 3 роки тому

    Have a question Stein require_http_methods[] is for what?

    • @CodeWithStein
      @CodeWithStein  3 роки тому +4

      It’s for making sure that we only allow POST for example. So you can’t open /add-todo/ in the browser, this will only accept requests from forms 😁

    • @jorgeav527-xyz
      @jorgeav527-xyz 3 роки тому

      @@CodeWithStein thanks man, nice todo htmx tutorial

  • @djangodeveloper07
    @djangodeveloper07 3 роки тому

    i 95% use class base views. for function base views that http decorator is something unseen for me. thank you

    • @CodeWithStein
      @CodeWithStein  3 роки тому

      Nice😁 I’m glad you learned something from me 👍🏻

  • @rezarostami891
    @rezarostami891 3 роки тому

    plz learn ajax search

    • @CodeWithStein
      @CodeWithStein  3 роки тому +1

      I have done this in a tutorial already. I think its in the LMS series 😉

  • @ibrahimoglu
    @ibrahimoglu 3 роки тому

    👍

  • @alialrubay826
    @alialrubay826 2 роки тому

    thank you for this best tutorial , can you please make a thumb up and thumb down or like and dislike , and comment post , its very important for as a beginner in django ,,, i will thankful to you

    • @CodeWithStein
      @CodeWithStein  2 роки тому +2

      You're welcome :-D I'm soon releasing a new series with Django+Htmx. There will be a rating system and similar, so you will at least learn some of what you're asking for ;-)

  • @yashinshekh802
    @yashinshekh802 2 роки тому +1

    which is better stein. htmx or django-unicorn

    • @CodeWithStein
      @CodeWithStein  2 роки тому +1

      Htmx is probably best. Django unicorn looks cool, but I think it as not ready enough to be used 🤷🏼‍♂️

    • @yashinshekh802
      @yashinshekh802 2 роки тому +1

      @@CodeWithStein thank you stein. it was really helpful. you are amazing