/wtforms-django

WTForms integration for Django

Primary LanguagePythonOtherNOASSERTION

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