Skip to content

dimagi/crispy-bootstrap3to5

 
 

Repository files navigation

crispy-bootstrap3to5

License

Bootstrap 3 to 5 transition template pack for django-crispy-forms.

Usage

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

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

    CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap3to5"

    CRISPY_TEMPLATE_PACK = "bootstrap3to5"

About

Bootstrap 3 to 5 transitionary template pack for django-crispy-forms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 54.0%
  • Python 46.0%