Name | crispy-bootstrap3 JSON |
Version |
2024.1
JSON |
| download |
home_page | |
Summary | Bootstrap3 template pack for django-crispy-forms |
upload_time | 2024-01-13 09:04:54 |
maintainer | |
docs_url | None |
author | David Smith |
requires_python | >=3.7 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# crispy-bootstrap3
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/django-crispy-forms/crispy-bootstrap3/blob/main/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`:
```bash
$ 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:
```python
INSTALLED_APPS = (
...
"crispy_forms",
"crispy_bootstrap3",
...
)
CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap3"
CRISPY_TEMPLATE_PACK = "bootstrap3"
```
Raw data
{
"_id": null,
"home_page": "",
"name": "crispy-bootstrap3",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "David Smith",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/d1/80/ca6242629ea7405b4d6deb206f94dc3e2bff355ba139e94827f3be944eff/crispy-bootstrap3-2024.1.tar.gz",
"platform": null,
"description": "# crispy-bootstrap3\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/django-crispy-forms/crispy-bootstrap3/blob/main/LICENSE)\n\nBootstrap3 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-bootstrap3\n```\n\n## Usage\n\nYou will need to update your project's settings file to add `crispy_forms`\nand `crispy_bootstrap3` to your projects `INSTALLED_APPS`. Also set\n`bootstrap3` 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_bootstrap3\",\n ...\n )\n\n CRISPY_ALLOWED_TEMPLATE_PACKS = \"bootstrap3\"\n\n CRISPY_TEMPLATE_PACK = \"bootstrap3\"\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Bootstrap3 template pack for django-crispy-forms",
"version": "2024.1",
"project_urls": {
"CI": "https://github.com/django-crispy-forms/crispy-bootstrap3/actions",
"Changelog": "https://github.com/django-crispy-forms/crispy-bootstrap3/releases",
"Homepage": "https://github.com/django-crispy-forms/crispy-bootstrap3",
"Issues": "https://github.com/django-crispy-forms/crispy-bootstrap3/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6494343eddaec74bcaf691478f296b60de1c50ebccfc41ed78eb6bf9587616f1",
"md5": "546e4dd963f4ab64a94ed3ea6b63d10b",
"sha256": "257555c61ec6cd792e8654822e836794237465442a6e4b47ed31f7464e8c10f4"
},
"downloads": -1,
"filename": "crispy_bootstrap3-2024.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "546e4dd963f4ab64a94ed3ea6b63d10b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 21313,
"upload_time": "2024-01-13T09:04:53",
"upload_time_iso_8601": "2024-01-13T09:04:53.289062Z",
"url": "https://files.pythonhosted.org/packages/64/94/343eddaec74bcaf691478f296b60de1c50ebccfc41ed78eb6bf9587616f1/crispy_bootstrap3-2024.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d180ca6242629ea7405b4d6deb206f94dc3e2bff355ba139e94827f3be944eff",
"md5": "e7961272fcf273193060dbba35c78e85",
"sha256": "343c696ae1a854ac0ccad25e9e7d782400783034220a11aa179d1d799acf6161"
},
"downloads": -1,
"filename": "crispy-bootstrap3-2024.1.tar.gz",
"has_sig": false,
"md5_digest": "e7961272fcf273193060dbba35c78e85",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 29205,
"upload_time": "2024-01-13T09:04:54",
"upload_time_iso_8601": "2024-01-13T09:04:54.782714Z",
"url": "https://files.pythonhosted.org/packages/d1/80/ca6242629ea7405b4d6deb206f94dc3e2bff355ba139e94827f3be944eff/crispy-bootstrap3-2024.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-13 09:04:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "django-crispy-forms",
"github_project": "crispy-bootstrap3",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "crispy-bootstrap3"
}