I can't remember when I watched 40 minutes of coding video with full attention and getting so much value out of it. Very well done, sir. You got a new subscriber.
This was sooooo properly tailored to give as much information as possible in ~40 minutes that exceeded my expectations on value vs time spent on a video! THANK YOU FOR DOING THIS!
I really like the way you going straight forward to what we are expecting for from you when we read the titles of your videos. Your work its just amazing!
Thank you for your invaluable content! I've been a long-time viewer, learning so much from your videos. I'd greatly appreciate more Wagtail CMS tutorials, as there's a scarcity of quality content online. Your expertise would make a significant impact. Gratefully looking forward to it!
thanks very much for your efforts, if we want to add "edit_todo" functionality to update tr inplace using htmx and template_partials , how we can do that ?
Cool, nice to learn about tools and components that will make Django Templating alot easier and modern! Is there a similar UI library to create a dashboard? Maybe a more streamlined way to integrate ChartJS using alpine or hyperscript or something along those lines?
this video is better than before, and can you add more form like django inlineform, incloude main form and tow or more subform, and subform can add more rows. crud in one page. Thank you make so many great videos!
at 6:57, you magically add data, how?! I'm getting an error when I try to go to the admin panel at /admin/core/todo/, is it because I don't have any data in it yet?
Wow i literally am making my capstone project and my idea was to use django, with htmx , tailwind with daisyui like this exact setup but with postgreSQL for db. and then i came across this video and its already been done lol great minds think alike ig but yeah seems like a good tech stack.
I've seen a similar pattern somewhere else for inserting the new to-do item in the list by using hx-swap: afterbegin or beforeend. My question is if you're updating the DB with a new list item is it not easier to just fetch all the to-dos and swap innerHTML with the partial of list items and call it a day? Or are there advantages to doing the other way?
Hi comrade! I searched for a video about django's formset. For example, you sell stationery and issue invoices. So, the database contains Items table (field 'name') and an Invoices table (fields foreign to name and 'Quantity'). At the frondend, user create a new Invoce, then add line by line Items, and then save it by one button. Also, user can select any existing Invoce and edit it. There must be a way to freely using different widgets at this formset, as data, select2, and another. Can you point me at existed of your tutorial or, maybe, this is an interesting theme for create a new one? I watched your video "Django & HTMX - Dynamic Form Creation and Submission" but I can't imagine how to implement the EDIT part. Also, I see two ways for edit - as in htmx examples ('edit button' for each line in table), but I think it will be hard to create a cute "table to form" transformation, and another way (i think it preferable) - as django's native formset, where each line look as form.
@@AlexeyDzuba yeah probably quite easily. Just swap the whole table for the new form and then in the backend on submit revert back, would likely take a bit of view code and a few html files, but seems like an easy enough task
Hijacking this comments section for your Golang + HTMX - Creating a Go webserver video. Is there a way to link that all together so you can have the POST of the form go to a database and automagically update the index.html using HTMX with the new record? Can't connect that dot for the life of me! Thanks for your content - loving your Go + HTMX stuff
I can't remember when I watched 40 minutes of coding video with full attention and getting so much value out of it. Very well done, sir. You got a new subscriber.
Thanks a lot, that's awesome - glad the video was useful!
This was sooooo properly tailored to give as much information as possible in ~40 minutes that exceeded my expectations on value vs time spent on a video! THANK YOU FOR DOING THIS!
Thanks a lot! Glad it was useful! :)
Using Django , htmx in my recent project, this video helps me a lot. Good to know daisy UI. Thanks for the video.
Thanks a lot! Glad it has helped!
I really like the way you going straight forward to what we are expecting for from you when we read the titles of your videos.
Your work its just amazing!
Thanks a lot for the nice comment!
Thank you for your work, I do not miss your video with training Django and htmx
Thanks a lot!
HTMX contents always is very good.
Cheers!
Thanks for making Awesome stuff.
Thank you for your invaluable content! I've been a long-time viewer, learning so much from your videos. I'd greatly appreciate more Wagtail CMS tutorials, as there's a scarcity of quality content online. Your expertise would make a significant impact. Gratefully looking forward to it!
Thanks a lot for the nice comment! I'd like to do some Wagtail videos, for sure. Hopefully early in the new year, perhaps?
This is what all I needed... Django and HTMX 🖤
Thanks!
Dude, loved this content. I've been hearing a lot about HTMX lately, and have been wanting to learn Django/Python so this video was a nice starter.
Thanks a lot dude! Glad to hear that.
keep doing projects sir :) thanks alot for helping ppl out there
Thank you!
This was nice! Love DaisyUI.
Litestar, HTMX, DaisyUI when ;)
Thanks! Awesome idea, let's see if I can create something :D
I love DaisyUI. Thanks for sharing
Thanks for watching!
Thanks for your content.
Thanks as always for the support!
Excellent!
Thanks!
Wonderful video! Can you explain how to add the toast message for this exercise?
Very smooth, appreciate it:)
Thanks a lot!
Awesome.
Thanks!
thanks very much for your efforts,
if we want to add "edit_todo" functionality to update tr inplace using htmx and template_partials , how we can do that ?
Have a btn that replaces the closest tr with a new tr that includes a form (using partials would be smart here too).
Can you say what partials are please? Super noob here@@deidyomega
Thanks for awesome videos.
Thank you!
Cool, nice to learn about tools and components that will make Django Templating alot easier and modern! Is there a similar UI library to create a dashboard? Maybe a more streamlined way to integrate ChartJS using alpine or hyperscript or something along those lines?
Thank you! Good questions there - will have a look to see, but I'm not currently aware of a charting library that uses Alpine/Hyperscript.
Another cool video.
Thanks!
Great video
Thanks a lot!
Can I I love you? Hope i am not bridging any moral? Bro, you are the best. I love you❤
Haha thank you!
@@bugbytes3923 But please can you do a series on Django Channels? Please!!!! For God sake
Good ol Django
Wanna Say God
.😅
17:05 How should I do it in production?
Have you considering create a tutorial about django and multi tenancy ? Maybe with django-tenants package ? Thanks
this video is better than before, and can you add more form like django inlineform, incloude main form and tow or more subform, and subform can add more rows. crud in one page. Thank you make so many great videos!
That's awesome - thanks a lot!
Not gonna say a lot. Just thank you 😊
Thanks a lot!
Very nice video but not very recommended to use cdn in production. The Django Tailwind package works very well!!! Have you tried it?
Could you please show how to add a Modal to confirm deletion? Thanks.
at 6:57, you magically add data, how?! I'm getting an error when I try to go to the admin panel at /admin/core/todo/, is it because I don't have any data in it yet?
I did it via the admin - what error are you getting when visiting the admin panel?
Very helpful
Thanks a lot!
Amazing video thank you!! A bit ot, but is there a no js framework component library for unocss?
Wow i literally am making my capstone project and my idea was to use django, with htmx , tailwind with daisyui like this exact setup but with postgreSQL for db. and then i came across this video and its already been done lol great minds think alike ig but yeah seems like a good tech stack.
Awesome, glad this was helpful! Good luck with your project!
I've seen a similar pattern somewhere else for inserting the new to-do item in the list by using hx-swap: afterbegin or beforeend. My question is if you're updating the DB with a new list item is it not easier to just fetch all the to-dos and swap innerHTML with the partial of list items and call it a day? Or are there advantages to doing the other way?
reduce computation.
I still don't understand what Django extensions are used for?? Could you please explain to me
Thank you
Thanks
Thanks for watching!
Amazing
Thanks a lot!
You mention a github repo link with a starter and a requirements.txt.... Where did you put it? Sorry I didn't manage to find it.
Hey - should be in the video description! I’ll add the link if you can’t see it!
@@bugbytes3923 thanks
Please, we need a tutorial about django All auth, it's a great solution and the good turotials like yours are missing.
Great suggestion - I'll hopefully add this soon.
Hi comrade! I searched for a video about django's formset. For example, you sell stationery and issue invoices. So, the database contains Items table (field 'name') and an Invoices table (fields foreign to name and 'Quantity'). At the frondend, user create a new Invoce, then add line by line Items, and then save it by one button. Also, user can select any existing Invoce and edit it. There must be a way to freely using different widgets at this formset, as data, select2, and another. Can you point me at existed of your tutorial or, maybe, this is an interesting theme for create a new one? I watched your video "Django & HTMX - Dynamic Form Creation and Submission" but I can't imagine how to implement the EDIT part. Also, I see two ways for edit - as in htmx examples ('edit button' for each line in table), but I think it will be hard to create a cute "table to form" transformation, and another way (i think it preferable) - as django's native formset, where each line look as form.
Аfter thinking about it, I realized that, in fact, it will be a complete imitation Django's Admin inlines))) Can we do it with HTMX, do you think?
@@AlexeyDzuba yeah probably quite easily. Just swap the whole table for the new form and then in the backend on submit revert back, would likely take a bit of view code and a few html files, but seems like an easy enough task
When I click to delete ToDo, it deletes but does not go away from the screen, I have to refresh the page. I do not know why.
Try to assign to response['HX-Trigger'] an event name in kebab-case and not in camel case
Are these CDNs fine to use once deployed and in production?
Not really - it's better to have the dependencies served from your server.
Good thank
Thanks!
NOT ANOTHER GOD DAMN TODO TUTORIAL!!!!!!!!!!!!!
Hijacking this comments section for your Golang + HTMX - Creating a Go webserver video. Is there a way to link that all together so you can have the POST of the form go to a database and automagically update the index.html using HTMX with the new record? Can't connect that dot for the life of me!
Thanks for your content - loving your Go + HTMX stuff
You lost me at Django
That's a shame! 😬
I still don't understand what Django extensions are used for?? Could you please explain to me