I am using bulk_create to upload some data from excel to django db. Since the data is huge I had to use bulk_create instead of .create and