django-tapeforms

A helper to render Django forms using HTML templates.


License
MIT
Install
pip install django-tapeforms==1.0.0

Documentation

django-tapeforms

Latest Version CI Status Coverage Status Documentation Status

Usage

Please refer to the Documentation to learn how to use django-tapeforms. Basicly, tapeforms provides a mixin and some Django template tags to help you render your forms to HTML.

Requirements

django-tapeforms supports Python 3 only and requires at least Django 2.2. No other dependencies are required.

Prepare for development

A Python 3.6 interpreter is required in addition to pipenv.

$ poetry install

Now you're ready to start the example project to experiment with tapeforms.

$ poetry run python examples/manage.py runserver