An easy way to implement dynamic formsets in Django.
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