Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fusionbox/django-betterforms
- Owner: fusionbox
- License: bsd-2-clause
- Created: 2013-07-24T17:56:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T20:29:20.000Z (about 2 years ago)
- Last Synced: 2024-07-19T14:36:52.708Z (4 months ago)
- Language: Python
- Homepage: https://django-betterforms.readthedocs.org/
- Size: 202 KB
- Stars: 132
- Watchers: 16
- Forks: 53
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-betterforms - Making forms suck less (Python)
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``.