#Adding TAILWIND IN DJANGO
6 messages · Page 1 of 1 (latest)
pip freeze | grep tailwind && echo "Tailwind installed"
python manage.py diffsettings | grep tailwind && echo "Tailwind in settings"
python -c "import tailwind" && echo "Tailwind imported"
I deleted your other thread in using-django
In the future, please do not cross-post the same question to multiple locations.
There was no need to delete this one 😅
Unless it was solved
(Which even then is better to leave it, as it may help others facing similar problems in the future)