django-etl-sync
django-etl-sync copied to clipboard
Django ETL deriving rules from models and forms
Bumps [django](https://github.com/django/django) from 1.11.21 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
... in case someone wants to use the package outside the Django context
... generators.DjangoGenerator Extend framework to other data descriptions and models.
There are a currently a load of heavy redundant database queries. We need a way to persist the model introspection since models do not change during load. Requires a stricter...
I am thinking of a Reader class that would be able to parse tabular CSV data, such as ```csv date, height, width, weight 1980-01-01, 34, 33, 93 1981-01-01, 38, 12,...