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.
django-tapeforms supports Python 3 only and requires at least Django 4.2. No other dependencies are required.
The project uses uv to manage dependencies and the python environment.
To run the tests, use:
$ make tests
To start the example project to experiment with tapeforms, run:
$ uv run python examples/manage.py runserver