TIL about the bulk import functionality in django-import-export library.
Some caveats:
- set `batch_size` for better performance
- doesn't work with many-to-many relationships
- no `pre_save` and `post_save` signals sent (it' doesn't call `model.save()`)
#TIL #Learning #Django #Python
Bulk imports — django-import-export 4.3.15.dev25 documentation