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!
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.
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 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 ^_^
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
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 ;-)
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!
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
Excellent!! More content with Django and htmx please!!
Thanks :-D Yeah, that will definitely come some time soon ;-)
I liked it. It was concise but complete. Very useful.
Thanks :-D
great video. thanks a lot
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.
Thanks :-D I will see what I can do. The next video/short series will probably be a new Django chat ;-)
Hello Stein I got problem at 16:53 and it says htmx:targetError when I click + button
Hmm weird. Are you sure the code is exactly as mine?
❤ You is the Best 😍
Thanks 😁
can you enhance CRUD with a search capability?
Maybe. Everything is possible 👍🏻
Great Content, Thank you so much 🌹
Thank you :-D
great job
Thanks :-D
More Django + HTMX please.
Definitely 😁
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
Hey good question! But yes, you can use the same backend functions/views ☺️ that is why building an API is so cool 😁
@@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 ^_^
I really like your videos and one thing If possible, please make videos regarding Django rest framework with kinda real application
Thanks for the idea! I'll add it to my list of ideas :-D
Have a question Stein require_http_methods[] is for what?
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 😁
@@CodeWithStein thanks man, nice todo htmx tutorial
i 95% use class base views. for function base views that http decorator is something unseen for me. thank you
Nice😁 I’m glad you learned something from me 👍🏻
plz learn ajax search
I have done this in a tutorial already. I think its in the LMS series 😉
👍
😁
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
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 ;-)
which is better stein. htmx or django-unicorn
Htmx is probably best. Django unicorn looks cool, but I think it as not ready enough to be used 🤷🏼♂️
@@CodeWithStein thank you stein. it was really helpful. you are amazing