Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pallets-eco/wtforms-django

WTForms integration for Django
https://github.com/pallets-eco/wtforms-django

django python wtforms

Last synced: 3 months ago
JSON representation

WTForms integration for Django

Awesome Lists containing this project

README

        

WTForms-Django
==============

This extension integrates `Django`_ with `WTForms`_. Features include:

- Generate forms from Django models.
- Template tags to help render form fields in Django templates.
- Use Django's I18N for translations.

.. _Django: https://www.djangoproject.com/
.. _WTForms: https://wtforms.readthedocs.io/

Installation
------------

Install and update using pip::

pip install -U WTForms-Django

Links
-----

- Documentation: https://wtforms-django.readthedocs.io/
- License: `BSD `_
- Releases: https://pypi.org/project/WTForms-Django/
- Code: https://github.com/wtforms/wtforms-django
- Issue tracker: https://github.com/wtforms/wtforms-django/issues
- Test status:

- Linux: https://travis-ci.org/wtforms/wtforms-django

- Test coverage: https://coveralls.io/github/wtforms/wtforms-django