#Adding TAILWIND IN DJANGO

6 messages · Page 1 of 1 (latest)

proven anvil
#

Are you certain you're running the command in the same environment you've installed it on ?

proven anvil
#
pip freeze | grep tailwind && echo "Tailwind installed"
python manage.py diffsettings | grep tailwind && echo "Tailwind in settings"
python -c "import tailwind" && echo "Tailwind imported"
verbal dagger
#

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)