suliman-99 / django-seeding

This is a Django package that gives the developer easy implementations for seeding real data in the database
MIT License
12 stars 1 forks source link

add `JSONFileChildSeeder` class #4

Closed liviomendonca closed 2 months ago

liviomendonca commented 2 months ago

We propose an extension of JSONFileModelSeeder which can handle child models. It has been implemented with a caching system to speed up the seeding process.

Also correct some minor typos.