摘要:
一、第一步,导入bulk_update包from bulk_update.helper import bulk_update二、写一个类 class CommonQuerySet(models.QuerySet): def bulk_update(self, objs, update_fields= 阅读全文
摘要:
一、需要在.env中配置数据库的主机地址,账号,密码,端口号等信息 二、写查询函数 from django.db.utils import ConnectionHandler connections = ConnectionHandler() def rule_dos(self): """ 拿到ru 阅读全文