timonweb / django-tailwind

Django + Tailwind CSS = 💚
https://django-tailwind.readthedocs.io
MIT License
1.46k stars 92 forks source link

Unknown command: 'tailwind' #58

Closed simkimsia closed 3 years ago

simkimsia commented 3 years ago

This is my requirements.txt

## Django
django==3.2b1  # https://www.djangoproject.com/
django-extensions==3.1.0  # https://github.com/django-extensions/django-extensions

django-allauth==0.44.0  # https://github.com/pennersr/django-allauth

psycopg2==2.8.6 --no-binary psycopg2  # https://github.com/psycopg/psycopg2
dj_database_url==0.5.0 # https://github.com/jacobian/dj-database-url

django-htmx # https://github.com/adamchainz/django-htmx

## 3rd party system connectors and wrappers to call their API

### DigitalOcean

python-digitalocean==1.16.0 # https://github.com/koalalorenzo/python-digitalocean#how-to-install

### tailwind
django-tailwind # https://github.com/timonweb/django-tailwind/releases

and my settings.py include tailwind

image

But I still get unknown command. Why?

timonweb commented 3 years ago

Hi, what command do you try to run?

simkimsia commented 3 years ago

python manage.py tailwind init

timonweb commented 3 years ago

I have no idea why then. If you run python manage.py do you see the tailwind command in the list?

simkimsia commented 3 years ago

u mean python manage.py --help ?

no

image

simkimsia commented 3 years ago

nvm i was an iditio. i know why. sorry. thanks for helping I'm just upset with my own idiocy

timonweb commented 3 years ago

Hey no worries :) we've all been there many times ;)