added tailwind
Some checks failed
Django Backend Validation / build (ubuntu-latest, 3.12) (push) Waiting to run
Django Backend Validation / build (ubuntu-latest, 3.11) (push) Waiting to run
Django Backend Validation / build (debian-latest, 3.11) (push) Successful in 13s
Django Backend Validation / build (debian-latest, 3.12) (push) Has been cancelled

Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2024-08-28 14:09:55 +02:00
parent 178fca2458
commit 16f09b429a
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
asgiref==3.8.1
Django==5.1
django-browser-reload==1.15.0
django-tailwind==3.8.0
sqlparse==0.5.1
uuid==1.30

View File

@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'tailwind',
]
MIDDLEWARE = [