把‘aa‘数据库中数据存入default
##############################################
student =Student.objects.using(‘aa‘).order_by(‘id‘).filter(pk__gt=1)[:3]
print len(student)python中把一数据库表 数据存入另一个数据库中,布布扣,bubuko.com
原文:http://blog.csdn.net/fanyunlei/article/details/21938329