Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pallets-eco/wtforms-django
- Owner: pallets-eco
- License: other
- Archived: true
- Created: 2013-09-26T20:59:57.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T15:02:45.000Z (4 months ago)
- Last Synced: 2024-11-12T07:17:15.084Z (3 months ago)
- Topics: django, python, wtforms
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 10
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
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