venomouscyanide / DjangoDynamicFormsets

Simple to use implementation for dynamic formsets in Django

Repository from Github https://github.comvenomouscyanide/DjangoDynamicFormsetsRepository from Github https://github.comvenomouscyanide/DjangoDynamicFormsets

DjangoDynamicFormsets

An easy way to implement dynamic formsets in Django.

Built with Cookiecutter Django Black code style
License:MIT

Inspired from https://github.com/elo80ka/django-dynamic-formset, extended to support Django 2.2.6.

Please refer to the Wiki for implementation detail. Wiki link.

This project includes two examples to get you started:

  • Example1 - Implementation of Dynamic formset without backend saving.
  • Example2 - Implementation of Dynamic formset with saving to the DB.
Issues
Any issue can be reported by filing an issue in the repo.
Future Work/ Bug fixes
Any work related are welcome through PR's :D

Steps to start up the webapp:

- Clone the project.
- docker-compose -f local.yml build
- docker-compose -f local.yml up

About

Simple to use implementation for dynamic formsets in Django

License:MIT License


Languages

Language:Python 61.6%Language:HTML 25.1%Language:Shell 6.6%Language:Dockerfile 3.4%Language:JavaScript 2.0%Language:CSS 1.3%