Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 906 Bytes

README.rst

File metadata and controls

34 lines (22 loc) · 906 Bytes

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.

Installation

Install and update using pip:

pip install -U WTForms-Django

Links