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.10.tar.gz (35.3 kB view details)

Uploaded Source

Built Distribution

crispy_bootstrap4-2024.10-py3-none-any.whl (23.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: crispy-bootstrap4-2024.10.tar.gz
  • Upload date:
  • Size: 35.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for crispy-bootstrap4-2024.10.tar.gz
Algorithm Hash digest
SHA256 503e8922b0f3b5262a6fdf303a3a94eb2a07514812f1ca130b88f7c02dd25e2b
MD5 6e4aa91c3445653beec59d521da9390b
BLAKE2b-256 690b6a3e2ab27d9eab3fd95628e45212454ac486b2c501def355f3c425cf4ae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crispy_bootstrap4-2024.10-py3-none-any.whl
Algorithm Hash digest
SHA256 138a97884044ae4c4799c80595b36c42066e4e933431e2e971611e251c84f96c
MD5 15184264357ff799bc43694ee5e2130c
BLAKE2b-256 dea92a22c0e6b72323205a6780f9a93e8121bc2c81338d34a0ddc1f6d1a958e7

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