pretty-forms

A replacement for django forms formatted with the Bulma CSS framework


Keywords
django, bulma
License
BSD-3-Clause
Install
pip install pretty-forms==0.0.6

Documentation

Pretty-Forms

A Django built-in forms and model forms libraries modification that decorates the forms using the Bulma CSS framework allowing further customization posibilities without the need of editing a CSS file.

It works like a replacement of the original Django forms libraries importing the Form or ModelForm objects from prettyforms module and using them instead of the ones provided by Django.

It requires that the template being rendererd has loaded the https://bulma.io/ static file loaded to work. This can be included from CDN repository: