Is there a way to dynamically keep progress of the number of instances saved in the database when using bulk_create in django
def bulk_create( self, objs, batch_size=None, ignore_conflicts=False, update_conflicts=False, update_fields=None, unique_fields=None, ):
Try Django-simple-History maybe it will be useful to you. Or you can create a custom middle ware