Skip to content

rbarrois/django-batchform

Repository files navigation

django-batchform

This project aims to provide a simple yet powerful way to fill a batch of forms from a single uploaded file (CSV, xlsx, ...).

It uses Django class-based generic views to that effect, allowing for a very simple configuration:

Demo

In order to have a look at the application, simply clone the repository, ensure you have Django in your repository, and run:

./manage.py runserver

Links

About

Generic view to fill a batch of identical forms from the cells of an uploaded file (csv/xlsx/odt).

Resources

License

Stars

Watchers

Forks

Packages

No packages published