TailwindCSS and Django-Crispy-Forms - Template Pack for Django Forms!

preview_player
Показать описание
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:

In this video, we'll discover how to use a TailwindCSS template pack for django-crispy-forms, to create beautiful forms in our Django applications. We'll also explore Layout classes in the django-crispy-forms package.

📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
00:00 Intro
00:46 TailwindCSS and django-crispy-forms overview
02:24 Defining a Django Form class
05:49 Adding TailwindCSS to the project
08:36 Adding django-crispy-forms and crispy-tailwind
09:33 Using crispy template filter to style form with TailwindCSS
12:45 Layouts in django-crispy-forms

𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:

📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:

#python
Рекомендации по теме
Комментарии
Автор

most of your tutorials are advanced except this one and that is what most of us wanted keep it bro we need more django + tailwind + psql + ....

ahmedbadal
Автор

Thanks for amazing information.
Please make a course/one shot video on general store management system in django

seven_studio
Автор

Really awesome tutorial bro...very nice 👍

codedjango
Автор

Yahoo finally I don't need to update widgets for each field forms

Yarkanlaki
Автор

Excellent video as always, I also think that you have to work on the design of the forms in the template whenever possible.

raulolmos
Автор

can you make a full video on tailwind CSS, by the I love uur content keep it up.

hack
Автор

Did you ever get pandasAI working properly? I followed your tutorial and had some success, but even the founder at his demo couldn’t make it work properly. Just wondering if you had worked with it anymore

jhncnnr-sec
Автор

Olá, boa tarde. Esse exemplo aqui não funciona quando esta usando o django-tailwind ? Pois aqui no meu codigo da erro ao carregar a pagina. Quando eu uso o cdn do tailwind funciona, mas quando eu uso o {% tailwind_css %} não carrega o formulário corretamente.

andrealekhine
Автор

Can make tutorial about Django tables2 + Django Filters + Django select2 + Django HTMX + crispy forms+ Django template tweaks + Django partials 😅

Yarkanlaki
Автор

please make the video on production ready setup instead of using CDN for tailwind.

aafan.kuware
Автор

Could you make a video that installs tailwind daisy-ui without cdn and production ready?

MalfuncEddie
Автор

css within html (class) within python (css_class) = nope.

pm
Автор

A big “no thanks” for the approach of adding markup to the python code. Markup belongs in the templates! I wish there was an easy way to auto-generate all the { form } exploded fields into the template so that it was easy apply tailwind styles. I think it’s possible to redefine the inner templates that generate the various { form } fields, but I haven’t figured that out yet.

dmccallie