This website collects cookies to deliver better user experience
Tailwindcss: Fall in Love with Writing CSS Again for your Django Application
Tailwindcss: Fall in Love with Writing CSS Again for your Django Application
If you're a developer, chances are that you've been in this situation before. You're writing CSS for your Django app, and it's not really coming naturally to you. The code is looking sloppy and unorganized, so the whole project looks like a mess! That's where Tailwindcss comes in handy: You can start using Tailwindcss to write clean and organized CSS for your Django application and forget about messy CSS for the rest of your life!
In this post, we are going to see how you can install Tailwindcss for your Django application.
Create a new Django application
Create new virtualenv and activate the environment