![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
.. image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://github.com/ckrybus/crispy-bulma/blob/main/LICENSE .. image:: https://img.shields.io/github/actions/workflow/status/ckrybus/crispy-bulma/test.yml?branch=main :target: https://github.com/ckrybus/crispy-bulma/actions :alt: GitHub Workflow Status .. image:: https://img.shields.io/pypi/v/crispy-bulma :target: https://pypi.python.org/pypi/crispy-bulma :alt: PyPI .. image:: https://img.shields.io/pypi/pyversions/crispy-bulma :target: https://pypi.python.org/pypi/crispy-bulma :alt: PyPI - Python Version .. image:: https://img.shields.io/pypi/djversions/crispy-bulma :target: https://pypi.python.org/pypi/crispy-bulma :alt: PyPI - Django Version
Bulma_ template pack for django-crispy-forms_
.. _Bulma: https://bulma.io/ .. _django-crispy-forms: https://github.com/django-crispy-forms/django-crispy-forms
Documentation: https://crispy-bulma.readthedocs.io.
Officially supported versions:
Install this plugin using pip
::
$ pip install crispy-bulma
You will need to update your project's settings file to add crispy_forms
and crispy_bulma
to your projects INSTALLED_APPS
. Also set
bulma
as and allowed template pack and as the default template pack
for your project::
INSTALLED_APPS = (
...
"crispy_forms",
"crispy_bulma",
...
)
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)
CRISPY_TEMPLATE_PACK = "bulma"
This project is based on an archived crispy-forms-bulma <https://github.com/python-discord/django-crispy-bulma>
__ fork by Discord
The original crispy-forms-bulma <https://github.com/jhotujec/crispy-forms-bulma>
__ project is by Jure Hotujec
This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
crispy-bulma's focus is on form handling. This project assumes that you have already integrated bulma into your project, either manually or using some other package. If crispy-bulma does not meet your needs maybe one of these projects is of interest to you:
django-bulma <https://github.com/timonweb/django-bulma>
__ - an alternative way to use bulma forms. Does not use crispy forms.
django-simple-bulma <https://github.com/lemonsaurus/django-simple-bulma>
__ - can be used together with this project. Provides bulma integration and ads support for bulma extensions.
MIT license
hint_{{ field.auto_id }}
-> {{ field.auto_id }}_helptext
FormGroup
layout objectSubmit
and Reset
input renderingButton
is now rendered as <button></button>
.
For <input type="submit" />
use Submit
.IconField("envelope")
call it with the
full icon class e.g. IconField("fa fa-envelope")
.label_class
helper attribute.. rubric:: Footnotes
.. [#discord] At that time the project was called https://github.com/python-discord/django-crispy-bulma
.. [#jhotujec] At that time the project was called https://github.com/jhotujec/crispy-forms-bulma
FAQs
Bulma template pack for django-crispy-forms
We found that crispy-bulma demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.