☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
@ahmedbadal37956 ай бұрын
most of your tutorials are advanced except this one and that is what most of us wanted keep it bro we need more django + tailwind + psql + ....
@bugbytes39236 ай бұрын
Thanks bro! I'll try and do some tutorials that are more geared towards beginners soon, in fact I'm creating a complete intro to Django course at the moment (slowly, but surely...) ;)
@TomOhle16 ай бұрын
I’m going to go the opposite and say that I really appreciate the more advanced topics being covered. I think many other sites tend to focus only on the simple stuff and you do a great job explaining all topics. A suggestion - would it make sense to tag items as beginner / advanced in the heading and tag your existing content as a playlist for both ?
@ahmedbadal37956 ай бұрын
@@bugbytes3923 awesome
@codedjango6 ай бұрын
Really awesome tutorial bro...very nice 👍
@bugbytes39236 ай бұрын
Thanks bro!
@mrmuranga6 ай бұрын
thanks as always for sharing😎
@bugbytes39236 ай бұрын
Thank you for commenting, cheers!
@seven1_studio6 ай бұрын
Thanks for amazing information. Please make a course/one shot video on general store management system in django
@sunderrajan61726 ай бұрын
Thanks for the great video!
@bugbytes39236 ай бұрын
Thanks a lot!
@Yarkanlaki6 ай бұрын
Yahoo finally I don't need to update widgets for each field forms
@zurexx20 күн бұрын
great tutorial, and do you plan to maybe do a tutorial about visual studio code configuration (plugins, settings)?
@raulolmos3456 ай бұрын
Excellent video as always, I also think that you have to work on the design of the forms in the template whenever possible.
@bugbytes39236 ай бұрын
Thank you, and totally agree!
@frameff90736 ай бұрын
good thank
@bugbytes39236 ай бұрын
Thank you!
@hack7276 ай бұрын
can you make a full video on tailwind CSS, by the I love uur content keep it up.
@bugbytes39236 ай бұрын
Thanks! I've got two videos on tailwind coming up, specifically around installation and usage with Django.
@andrealekhine5 ай бұрын
Olá, boa tarde. Esse exemplo aqui não funciona quando esta usando o django-tailwind ? Pois aqui no meu codigo da erro ao carregar a pagina. Quando eu uso o cdn do tailwind funciona, mas quando eu uso o {% tailwind_css %} não carrega o formulário corretamente.
@Zeksait6 ай бұрын
o my god
@Yarkanlaki6 ай бұрын
Can make tutorial about Django tables2 + Django Filters + Django select2 + Django HTMX + crispy forms+ Django template tweaks + Django partials 😅
@bugbytes39236 ай бұрын
I'll try and do some of these soon!
@aafan.kuware6 ай бұрын
please make the video on production ready setup instead of using CDN for tailwind.
@bugbytes39236 ай бұрын
I'll have two of these coming out very soon (one with django-tailwind package, and one with manual NPM setup)
@MalfuncEddie6 ай бұрын
Could you make a video that installs tailwind daisy-ui without cdn and production ready?
@bugbytes39236 ай бұрын
Will release these soon, for sure!
@j0hnc0nn0r-sec6 ай бұрын
Did you ever get pandasAI working properly? I followed your tutorial and had some success, but even the founder at his demo couldn’t make it work properly. Just wondering if you had worked with it anymore
@pm12346 ай бұрын
css within html (class) within python (css_class) = nope.
@dmccallie6 ай бұрын
A big “no thanks” for the approach of adding markup to the python code. Markup belongs in the templates! I wish there was an easy way to auto-generate all the { form } exploded fields into the template so that it was easy apply tailwind styles. I think it’s possible to redefine the inner templates that generate the various { form } fields, but I haven’t figured that out yet.