django insérer des données en vrac

Entry.objects.bulk_create([
  Entry(headline = "foo"),
  Entry(headline = "bar")
])
crêpper