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
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:
parent
178fca2458
commit
16f09b429a
@ -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
|
||||
|
||||
@ -37,6 +37,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'tailwind',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user