Skip to content

A helper to render Django forms using HTML templates.

License

Notifications You must be signed in to change notification settings

stephrdev/django-tapeforms

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2025
Jan 16, 2025
Jan 16, 2025
Jan 24, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 24, 2025
May 13, 2021
Jan 15, 2025
Jan 17, 2025
Jan 17, 2025
Jan 24, 2025
Jan 15, 2025
Jan 16, 2025

Repository files navigation

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 4.2. No other dependencies are required.

Prepare for development

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