Alright, this is actually something practical we can use in a lot of different Django sites. I've read your tutorial about surveys before, nice and clear, easy to read and use. Keep up the good work!
Dude! Matt! You have such a big gift 🎁! Your explanations are superb 👏 2 minutes in and I had already subscribed! Thank you so much for this. It will help me so much in the making of my very first project!!!
There is a simpler way to replace the pagination button - replace the button itself with the next page. See: htmx.org/examples/click-to-load/ Simplified code: github.com/MattSegal/django-htmx-list-view/tree/simplified-htmx
how to add spinner while loading the data from database. because on production sometimes data takes times to return. and one more thing how to keep these endpoints secure so only within site they are used not directly.
Alright, this is actually something practical we can use in a lot of different Django sites. I've read your tutorial about surveys before, nice and clear, easy to read and use. Keep up the good work!
This is really incredible. Htmx is getting a sit in the Python community.
Matt...Thanks Dude.....this has made my day and wkend....sending htmx seamlessly to my app.......Thanks for taking the time ..appreciated.
Thanks Matt!! please keep making videos
Dude! Matt! You have such a big gift 🎁! Your explanations are superb 👏 2 minutes in and I had already subscribed! Thank you so much for this. It will help me so much in the making of my very first project!!!
God Bless You, Mr. Segal!
Great stuff Matt, thanks much!
Quality Content Mate, Django has a huge community I wonder why your videos are not popular yet?
Thank you Sir. Great video. Subscribed.
Thank you very much
great tutorial, helped me a ton
you say quis really funny at one part and made me laugh, so thanks
Thank you man, it is really quality content.
Wow! this is amazing
There is a simpler way to replace the pagination button - replace the button itself with the next page.
See: htmx.org/examples/click-to-load/
Simplified code: github.com/MattSegal/django-htmx-list-view/tree/simplified-htmx
Please make more videos
how to add spinner while loading the data from database. because on production sometimes data takes times to return. and one more thing how to keep these endpoints secure so only within site they are used not directly.
Can you show a video to optimize Django app for passing a good number of requests? Thanks.