Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fusionbox/django-betterforms

Making forms suck less
https://github.com/fusionbox/django-betterforms

Last synced: 3 months ago
JSON representation

Making forms suck less

Awesome Lists containing this project

README

        

django-betterforms
------------------

.. image:: https://github.com/fusionbox/django-betterforms/actions/workflows/ci.yml/badge.svg
:target: https://github.com/fusionbox/django-betterforms/actions/workflows/ci.yml
:alt: Build Status

.. image:: https://coveralls.io/repos/fusionbox/django-betterforms/badge.png
:target: http://coveralls.io/r/fusionbox/django-betterforms
:alt: Build Status

`django-betterforms` builds on the built-in django forms.

Installation
============

1. Install the package::

$ pip install django-betterforms

2. Add ``betterforms`` to your ``INSTALLED_APPS``.