Hello there! I've been really enjoying your content on Django and HTMX. I was wondering if you could create a video tutorial focusing on a specific feature: in Django's admin interface, when adding values to a database and encountering a field with a foreign key, there's an option to create a new object for that field on-the-fly. It would be great to see a demonstration of how this works, including the seamless redirection back to the original form with the newly created field populated. Looking forward to it!
@bugbytes392311 ай бұрын
Thanks! Interesting suggestion, thanks for sharing that. I'll have a look into it.
@ParhamSalamati11 ай бұрын
I'm loving your content, we're creating an app using Django & HTMX and your videos have been a great boost to our learning curve. Really appreciate your effort :)
@bugbytes392311 ай бұрын
Delighted to hear that, thanks a lot for sharing!
@seydinaoumarsamabaly180611 ай бұрын
Very good precision on django db constraints. Thank yiu so much Master 🙌🏾.
@bugbytes392311 ай бұрын
Thanks a lot!
@DecodingTruth10114 күн бұрын
Great Stuff
@bugbytes39238 күн бұрын
Thank you!
@keinermendoza463111 ай бұрын
Excellent material as always.
@ninlanalumni223311 ай бұрын
Loved your go contents. Could you please make more? Thanks
@bugbytes392311 ай бұрын
Thanks! I'll have more soon.
@vaqmad11 ай бұрын
Thank you very much for your videos. I had a little problems with understanding Django ORM, I got lost in the documentation. Your tutorial is well structured so, im learning one thing at the time, and slowly understand everything i need :) When i have any doubts, I supplement my knowledge with chat GPT
@bugbytes392310 ай бұрын
Thanks a lot! Glad to hear it's been useful :)
@frameff907311 ай бұрын
thank you
@bugbytes392311 ай бұрын
Thanks for watching!
@pvlmovies10 ай бұрын
Thanks for your videos, they are very helpful and a pleasure to watch. The vscode theme you used seems very good for coding, could you share the name of the theme?
@mr_possible61978 ай бұрын
In case of Check Constraint, did the validation error message have any affect ? I could not see that in the console.