微信登录

python truncate

表模型 - django.db.models - 原生SQL
  1. from django.db import connection
  2. cursor = connection.cursor()
  3. cursor.execute("TRUNCATE TABLE `books`")
python truncate