django 直接執行SQL

from django.db import connection def dictfetchall(self, cursor): """Return all rows from a cursor as a dict""" columns = [col[0] for col in cursor.description] return [
相關文章
相關標籤/搜索