"def index(request): t = [] for i in range(10000): t.append(models.Book(title=""第%s本书""%(i))) models.Book.objects.bulk_create(t)"