获取django sql

eg.

from django.contrib.auth.models import User
a = User.objects.all()
print a.query

可以得到sql语句

你可能感兴趣的:(获取django sql)