django-etl-sync
django-etl-sync copied to clipboard
Create a way to create a lookup table for related fields
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 separation between model introspection and dictionary parsing
See also #24