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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file crispy-bootstrap3-2024.1.tar.gz.

File metadata

  • Download URL: crispy-bootstrap3-2024.1.tar.gz
  • Upload date:
  • Size: 29.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for crispy-bootstrap3-2024.1.tar.gz
Algorithm Hash digest
SHA256 343c696ae1a854ac0ccad25e9e7d782400783034220a11aa179d1d799acf6161
MD5 e7961272fcf273193060dbba35c78e85
BLAKE2b-256 d180ca6242629ea7405b4d6deb206f94dc3e2bff355ba139e94827f3be944eff

See more details on using hashes here.

File details

Details for the file crispy_bootstrap3-2024.1-py3-none-any.whl.

File metadata

File hashes

Hashes for crispy_bootstrap3-2024.1-py3-none-any.whl
Algorithm Hash digest
SHA256 257555c61ec6cd792e8654822e836794237465442a6e4b47ed31f7464e8c10f4
MD5 546e4dd963f4ab64a94ed3ea6b63d10b
BLAKE2b-256 6494343eddaec74bcaf691478f296b60de1c50ebccfc41ed78eb6bf9587616f1

See more details on using hashes here.

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