crispy-bootstrap4


Namecrispy-bootstrap4 JSON
Version 2024.1 PyPI version JSON
download
home_pagehttps://github.com/django-crispy-forms/crispy-bootstrap4
SummaryBootstrap4 template pack for django-crispy-forms
upload_time2024-02-27 06:39:38
maintainer
docs_urlNone
authorDavid Smith
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # crispy-bootstrap4

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smithdc1/crispy-bootstrap4/blob/main/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`:

```bash
    $ 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:

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

    CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap4"

    CRISPY_TEMPLATE_PACK = "bootstrap4"
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/django-crispy-forms/crispy-bootstrap4",
    "name": "crispy-bootstrap4",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Smith",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/25/e7/eb49efaaf627c086fa9bbe43ee05e0dc07ef0d3c1c6bf1da520752b0167a/crispy-bootstrap4-2024.1.tar.gz",
    "platform": null,
    "description": "# crispy-bootstrap4\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smithdc1/crispy-bootstrap4/blob/main/LICENSE)\n\nBootstrap4 template pack for django-crispy-forms. This template pack was \nincluded with the core django-crispy-forms package until version 2.0.\n\n## Installation\n\nInstall this plugin using `pip`:\n\n```bash\n    $ pip install crispy-bootstrap4\n```\n\n## Usage\n\nYou will need to update your project's settings file to add `crispy_forms`\nand `crispy_bootstrap4` to your projects `INSTALLED_APPS`. Also set\n`bootstrap4` as and allowed template pack and as the default template pack\nfor your project:\n\n```python\n    INSTALLED_APPS = (\n        ...\n        \"crispy_forms\",\n        \"crispy_bootstrap4\",\n        ...\n    )\n\n    CRISPY_ALLOWED_TEMPLATE_PACKS = \"bootstrap4\"\n\n    CRISPY_TEMPLATE_PACK = \"bootstrap4\"\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bootstrap4 template pack for django-crispy-forms",
    "version": "2024.1",
    "project_urls": {
        "CI": "https://github.com/django-crispy-forms/crispy-bootstrap4/actions",
        "Changelog": "https://github.com/django-crispy-forms/crispy-bootstrap4/releases",
        "Homepage": "https://github.com/django-crispy-forms/crispy-bootstrap4",
        "Issues": "https://github.com/django-crispy-forms/crispy-bootstrap4/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57182d764456b0ec117de1a59433e68a29e908494d186d5fefec0227d392b3ed",
                "md5": "100a8929fb60fc4476c4771b9ffd2dfb",
                "sha256": "46cf98777a28621d240bf71eb36d4a26ff86e9e19be1cfd822645f4043d18c31"
            },
            "downloads": -1,
            "filename": "crispy_bootstrap4-2024.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "100a8929fb60fc4476c4771b9ffd2dfb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22989,
            "upload_time": "2024-02-27T06:39:37",
            "upload_time_iso_8601": "2024-02-27T06:39:37.458481Z",
            "url": "https://files.pythonhosted.org/packages/57/18/2d764456b0ec117de1a59433e68a29e908494d186d5fefec0227d392b3ed/crispy_bootstrap4-2024.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25e7eb49efaaf627c086fa9bbe43ee05e0dc07ef0d3c1c6bf1da520752b0167a",
                "md5": "e54c0cd185268f60264aac54e9ffcc3f",
                "sha256": "208673bf6a25892a656971af7a00e18ba2f7f06cd4a0d667923bd6134e64d276"
            },
            "downloads": -1,
            "filename": "crispy-bootstrap4-2024.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e54c0cd185268f60264aac54e9ffcc3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 34840,
            "upload_time": "2024-02-27T06:39:38",
            "upload_time_iso_8601": "2024-02-27T06:39:38.465328Z",
            "url": "https://files.pythonhosted.org/packages/25/e7/eb49efaaf627c086fa9bbe43ee05e0dc07ef0d3c1c6bf1da520752b0167a/crispy-bootstrap4-2024.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 06:39:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-crispy-forms",
    "github_project": "crispy-bootstrap4",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "crispy-bootstrap4"
}
        
Elapsed time: 4.35531s