☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
@jospindrumeo112 күн бұрын
Thank you for your videos I like Django and I saw your KZbin channel you're the best you're making my way in django
@bugbytes39236 күн бұрын
Thanks a lot, that's amazing to hear!
@danilogouvea14 күн бұрын
This tutorial is gold! Thanks, mate! Cheers from Brazil!
@bugbytes392313 күн бұрын
Greetings from Scotland and thanks for watching mate!
@BuzzNoodle335 ай бұрын
This package may save approximately 20-40 minutes of setup time compared to the original tutorial, but it introduces unnecessary abstractions that can reduce flexibility. At some point of time, a team will have to learn its magic and how to deal with it in complex setups. The video itself is excellent. Thank you!
@bugbytes39235 ай бұрын
Thank you! Yeah, I totally agree, I think the package is a good primer into the setup of Tailwind but at some point, you'd want someone in your team to understand the concepts behind it all.
@lanasillomaster70342 ай бұрын
Excellent tutorial, very clear and explaining a lot of useful details. I came to just install Tailwind but ended up using DasiyUI too now! Thank you!
@bugbytes39232 ай бұрын
Thanks a lot!
@arnostrauss82366 ай бұрын
Thanks
@bugbytes39236 ай бұрын
Thanks so much for the super thanks, much appreciated!
@Sirot1d4 ай бұрын
Good work bro. Definitely best instructor related django on youtube.
@bugbytes39234 ай бұрын
Thanks a lot bro, appreciate that!
@developershub20246 ай бұрын
These are my tools, have been using them for a while now, thank you for refreshing on that topic, great video bro!!
@bugbytes39236 ай бұрын
Awesome! Thanks bro!
@raulolmos3456 ай бұрын
Very good video, completing all the tools for Django. We could now put our Django + Tailwind + Htmx applications into production.
@bugbytes39236 ай бұрын
Thank you!
@queendarlinnnamani47793 ай бұрын
Awesome video and well-detailed. Thank you
@bugbytes39233 ай бұрын
Glad it helped, thank you!
@pc-explorerАй бұрын
Thanks so much for tutorial, your video is helpful.
@bugbytes3923Ай бұрын
Thanks a lot, glad to hear it!
@abdulrehmantehseen7528Ай бұрын
what a great tutorial, Thank u
@bugbytes3923Ай бұрын
Thank you!
@imramugh3 ай бұрын
Great tutorial... thank you!!
@bugbytes39233 ай бұрын
Thanks a lot!
@pc-explorerАй бұрын
It will be so useful if you make a video about Django-htmx 🙏
@bugbytes3923Ай бұрын
If you mean the "django-htmx" package, I did a video on this before: kzbin.info/www/bejne/qqCUlquImpyNbqc
@Tales_n_trails_yt14 күн бұрын
Thank you for the well detailed video mate. 🤍
@bugbytes392313 күн бұрын
Thanks a lot!
@Odinson-d6d2 ай бұрын
Thanks man ❤
@bugbytes39232 ай бұрын
Thanks a lot!
@notthemlgtom4945 ай бұрын
I have been watching alot of your django + other tech videos and I gotta say you are one of the best web people out there. I was also wondering if you prefer any other back-end technology other than django. Also, do you think the django templating system can function seamlessly similar to an SPA? Thanks!
@bugbytes39235 ай бұрын
Thanks a lot! I also like Go, FastAPI, and have been working with Next.js recently on the server. As for templating, I think you can get a lot of good interactivity now with modern JavaScript and tools like HTMX/Alpine alongside Django templates, but for complex scenarios a SPA is probably going to be better.
@FGvelo6 ай бұрын
My man Always turn up nice man
@bugbytes39236 ай бұрын
thank you!
@dodokwak6 ай бұрын
Thanks a lot. It was the reason why I didn't use tailwind in my django project. Even with webpack I couldn't manage to create a light weighted bundle for production. (bootstrap 5 is at least somewhat lighter)
@ItsEverythingElse6 ай бұрын
That makes no sense. Bootstrap5 will never be lighter than Tailwind (assuming you are doing things correctly).
@dodokwak6 ай бұрын
@@ItsEverythingElse The default Tailwind configuration comes with 36.4KB minified and g-zipped. Compared to Bootstrap at 22.1KB , Tailwind is 14.3KB heavier.
@trosgate6 ай бұрын
Great Job
@bugbytes39236 ай бұрын
Thanks a lot!
@jospindrumeo112 күн бұрын
Will you please prepare for a full tuto of django-tailwind and htmx together please
@venkateshchary34206 ай бұрын
Great content , Could you please make a video on multiple inheritanced serializers in Django
@frameff90736 ай бұрын
🎉 Thank
@bugbytes39236 ай бұрын
Thanks as always!
@seven1_studio6 ай бұрын
Use *concurrently* npm package for run commands concurrently. By using we can run any number of commands at one time.
@RubelMollah-w7b2 ай бұрын
Thanks....
@bugbytes39232 ай бұрын
Thank you for watching!
@amineboutaghou47143 ай бұрын
Hi, many thanks for your content. Which vscode extensions are you using for having both django and tailwind syntax highlighting in the html templates file ? Thank you !
@jimvvv6 ай бұрын
Is there a good tool to prettify tailwindcss in django template but not making built-in tag messed?
@Yarkanlaki6 ай бұрын
Which way is faster django-tailwind package or flowbite tutorial
@alimansimov19293 күн бұрын
How this will work on production
@jospindrumeo112 күн бұрын
And if you have a full tuto of Htmx and Django please share them with me I want to know the full functionality of htmx in django😔🙏🙏
@levimoore8005 ай бұрын
I dont think this is working. i did yourr steps but I dont get a success button as green. Did you do something off screen. can you share this code
@abdulbosit6 ай бұрын
Thank you. Can you show your extensions
@bugbytes39236 ай бұрын
Hi - do you mean on vscode?
@abdulbosit6 ай бұрын
@@bugbytes3923 yes
@zakchips6 ай бұрын
Can I deploy django project using Tailwind without docker container? As I understood I need to install node.js on the remote server but would it be enough? Thank you.
@bugbytes39236 ай бұрын
You can definitely deploy Django with Tailwind, without using Docker. Using django-tailwind as an example - a bundle is generated automatically, and you can ship this to your server. The remote server would not require Node.js to be installed.
@freshnews71986 ай бұрын
Sir i am becoming fan you. Sir I want to be your pupil ❤
@bugbytes39236 ай бұрын
Thanks for your comment, glad to hear that!
@ahmedaz69176 ай бұрын
why django-tailwind when we can use cdn tailwind
@bugbytes39236 ай бұрын
"The CDN loads the entire CSS of Tailwind, which is thousands of classes, causing the browser to load a lot of unnecessary information." Basically, using a more optimized workflow such as django-tailwind allows you to only bundle the Tailwind classes that you actually use in your application, which can be much better for performance.
@David-eb8lh5 ай бұрын
If you look at your developer console, tailwind css itself warns you to avoid using cdn in production apps.
@JT-mr3db3 күн бұрын
Pretty sure django-tailwind is a dead project. Hasn't received any love in a while.