Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicobond/django-form-utils-bootstrap3
Render forms with fieldsets using Bootstrap markup via django-form-utils and django-bootstrap3
https://github.com/federicobond/django-form-utils-bootstrap3
bootstrap3 django django-bootstrap3 django-forms
Last synced: about 2 months ago
JSON representation
Render forms with fieldsets using Bootstrap markup via django-form-utils and django-bootstrap3
- Host: GitHub
- URL: https://github.com/federicobond/django-form-utils-bootstrap3
- Owner: federicobond
- License: mit
- Archived: true
- Created: 2015-12-17T03:43:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T18:25:33.000Z (about 5 years ago)
- Last Synced: 2024-09-21T05:04:51.843Z (about 2 months ago)
- Topics: bootstrap3, django, django-bootstrap3, django-forms
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
============================
django-form-utils-bootstrap3
============================.. image:: https://badge.fury.io/py/django-form-utils-bootstrap3.svg
:target: https://badge.fury.io/py/django-form-utils-bootstrap3
:alt: Latest PyPI version.. image:: https://travis-ci.org/federicobond/django-form-utils-bootstrap3.svg
:target: https://travis-ci.org/federicobond/django-form-utils-bootstrap3
:alt: Latest Travis CI build statusRender forms with fieldsets using Bootstrap markup via django-form-utils and django-bootstrap3
Configuration
-------------Modify your Django project settings to include::
BOOTSTRAP3 = {
'form_renderers': {
'default': 'form_utils_bootstrap3.renderers.BetterFormRenderer'
}
}
You can continue using the same ``{% bootstrap_form form %}`` tags, but they now take into account the existence of fieldsets in ``BetterForm`` instances.Installation
------------::
pip install django-form-utils-bootstrap3
Requirements
------------A Django project using:
- ``django-form-utils``
- ``django-bootstrap3``Licence
-------MIT
Authors
-------``django-form-utils-bootstrap3`` was written by `Federico Bond `_.