https://github.com/pallets-eco/wtforms-django
WTForms integration for Django
https://github.com/pallets-eco/wtforms-django
django python wtforms
Last synced: 2 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 (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T15:02:45.000Z (9 months ago)
- Last Synced: 2025-04-20T11:02:17.861Z (3 months ago)
- Topics: django, python, wtforms
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 11
- Watchers: 9
- 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