Skip to content

bittermandel/crispy-tailwind

 
 

Repository files navigation

Crispy-Tailwind

A Tailwind template pack for the wonderful django-crispy-forms.

How to install

Install via PIP:

pip install crispy-tailwind

You will need to update your project's settings file to add crispy_forms and crispy_tailwind to your projects INSTALLED_APPS. Also set tailwind as and allowed template pack and as the default template pack for your project:

INSTALLED_APPS = (
    ...
    "crispy_forms",
    "crispy_tailwind",
    ...
)

CRISPY_ALLOWED_TEMPLATE_PACKS = "tailwind"

CRISPY_TEMPLATE_PACK = "tailwind"

How to use

TODO

About

A Tailwind template pack for django-crispy-forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.2%
  • HTML 41.8%