Skip to content

Django-Formify seamlessly integrates Tailwind CSS styles into your Django forms for a modern look.

Notifications You must be signed in to change notification settings

rails-inspire-django/django-formify

Repository files navigation

Django Formify

Django-Formify seamlessly integrates Tailwind CSS styles into your Django forms for a modern look.

Documentation  |  Demo site

Pypi version CI status

Django Formify Code

Django Formify Demo

Documentation

Documentation

FAQ

Django-Formify vs Crispy-Tailwind

  1. Django-Formify is a fork of Crispy-Tailwind, the core logic is the same.
  2. Django-Formify changed the way of rendering, to make it more flexible and easy to customize.
  3. Django-Formify has components built using Django-ViewComponent, which makes the code more reusable and easy to maintain. Developers can also create their own components to fit their needs.
  4. Django-Formify updated styles of some widgets such as file input to make them look better with Tailwind CSS.