Write Django as usual, and let django-bootstrap4 make template output into Bootstrap 4 code.
Requirements
Django >= 1.11 (and compatible Python versions)
Installation
Install using pip:
pip install django-bootstrap4
Alternatively, you can install download or clone this repo and call pip install -e ..
Add to INSTALLED_APPS in your settings.py:
'bootstrap4',
In your templates, load the bootstrap4 library and use the bootstrap_* tags:
Example template
{% load bootstrap4 %} {# Display a form #} <form action="/url/to/submit/" method="post" class="form"> {% csrf_token %} {% bootstrap_form form %} {% buttons %} <button type="submit" class="btn btn-primary">Submit</button> {% endbuttons %} </form>
Documentation
The full documentation is at http://django-bootstrap4.readthedocs.io/
Bugs and suggestions
If you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.
License
You can use this under BSD-3-Clause. See LICENSE file for details.
History
0.0.4 (2017-10-25)
Upgrade Bootstrap to 4.0.0-beta.2
Fix settings, tags and tests for remote JS and CSS
0.0.3 (2017-09-22)
Upgraded bootstrap4 to the beta version
0.0.2 (2017-09-06)
Upgraded jQuery version from CDN to 3.2.1 (#17)
Added proper pagination layout classes (#19)
0.0.1 (2017-06-04)
TODO
Unreleased (2017-04-25)
Remove bootstrap_icon, BS4 no longer has default icons.
Various changes to get from 3 to 4, started MIGRATE.rst.
Started django-bootstrap4 based on django-bootstrap3.
Thanks everybody that contributed to django-bootstrap3!
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-bootstrap4-0.0.4.tar.gz.
File metadata
- Download URL: django-bootstrap4-0.0.4.tar.gz
- Upload date:
- Size: 31.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75e88f06fc1a9821fec9e2b79c4333fd8c68847f07b7cac0758f760b401ce2d2
|
|
| MD5 |
0b32be5432fa908fba6b15f56935c343
|
|
| BLAKE2b-256 |
624d9f2af7182c3678abb433ecf58809b90ebcf613f06c4c000e25becdc8cde6
|