# 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": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "David Smith",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/69/0b/6a3e2ab27d9eab3fd95628e45212454ac486b2c501def355f3c425cf4ae3/crispy-bootstrap4-2024.10.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.10",
"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": "dea92a22c0e6b72323205a6780f9a93e8121bc2c81338d34a0ddc1f6d1a958e7",
"md5": "15184264357ff799bc43694ee5e2130c",
"sha256": "138a97884044ae4c4799c80595b36c42066e4e933431e2e971611e251c84f96c"
},
"downloads": -1,
"filename": "crispy_bootstrap4-2024.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "15184264357ff799bc43694ee5e2130c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 23060,
"upload_time": "2024-10-05T15:41:48",
"upload_time_iso_8601": "2024-10-05T15:41:48.907479Z",
"url": "https://files.pythonhosted.org/packages/de/a9/2a22c0e6b72323205a6780f9a93e8121bc2c81338d34a0ddc1f6d1a958e7/crispy_bootstrap4-2024.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "690b6a3e2ab27d9eab3fd95628e45212454ac486b2c501def355f3c425cf4ae3",
"md5": "6e4aa91c3445653beec59d521da9390b",
"sha256": "503e8922b0f3b5262a6fdf303a3a94eb2a07514812f1ca130b88f7c02dd25e2b"
},
"downloads": -1,
"filename": "crispy-bootstrap4-2024.10.tar.gz",
"has_sig": false,
"md5_digest": "6e4aa91c3445653beec59d521da9390b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 35301,
"upload_time": "2024-10-05T15:41:50",
"upload_time_iso_8601": "2024-10-05T15:41:50.457083Z",
"url": "https://files.pythonhosted.org/packages/69/0b/6a3e2ab27d9eab3fd95628e45212454ac486b2c501def355f3c425cf4ae3/crispy-bootstrap4-2024.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-05 15:41:50",
"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"
}