Exemple #1
0
def send_notifications(arg_lists):
	return Notification.bulk_create((Notification(**arg) for arg in arg_lists))