예제 #1
0
파일: utils.py 프로젝트: hfercc/mese2014
def send_notifications(arg_lists):
	return Notification.bulk_create((Notification(**arg) for arg in arg_lists))