Skip to main content

Bootstrap4 template pack for django-crispy-forms

Project description

crispy-bootstrap4

License

Bootstrap4 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-bootstrap4

Usage

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

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

    CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap4"

    CRISPY_TEMPLATE_PACK = "bootstrap4"

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-bootstrap4-2024.1.tar.gz (34.8 kB view details)

Uploaded Source

Built Distribution

crispy_bootstrap4-2024.1-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for crispy-bootstrap4-2024.1.tar.gz
Algorithm Hash digest
SHA256 208673bf6a25892a656971af7a00e18ba2f7f06cd4a0d667923bd6134e64d276
MD5 e54c0cd185268f60264aac54e9ffcc3f
BLAKE2b-256 25e7eb49efaaf627c086fa9bbe43ee05e0dc07ef0d3c1c6bf1da520752b0167a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crispy_bootstrap4-2024.1-py3-none-any.whl
Algorithm Hash digest
SHA256 46cf98777a28621d240bf71eb36d4a26ff86e9e19be1cfd822645f4043d18c31
MD5 100a8929fb60fc4476c4771b9ffd2dfb
BLAKE2b-256 57182d764456b0ec117de1a59433e68a29e908494d186d5fefec0227d392b3ed

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