Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

pallets-eco/wtforms-django

Repository files navigation

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