Skip to main content

Bootstrap3 template pack for django-crispy-forms

Project description

crispy-bootstrap3

License

Bootstrap3 template pack for django-crispy-forms. This template pack was included with the core django-crispy-forms package until version 2.0.

Installation

Install this plugin using pip:

    $ pip install crispy-bootstrap3

Usage

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

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

    CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap3"

    CRISPY_TEMPLATE_PACK = "bootstrap3"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crispy-bootstrap3-2024.1.tar.gz (29.2 kB view hashes)

Uploaded Source

Built Distribution

crispy_bootstrap3-2024.1-py3-none-any.whl (21.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page