摘要: 示例 import pandas as pd data_list = [ {'tier_1': 'alpha', 'tier_2': 'do', 'tier_3': 'copy', 'department': 'AAA'}, {'tier_1': 'alpha', 'tier_2': 'thing' 阅读全文
posted @ 2021-01-08 12:14 士为知己 阅读(459) 评论(0) 推荐(0)
摘要: helper.py 包含外键关联跳转、model对象拷贝、模型字段自定义校验的部分通用函数 from django.utils.safestring import mark_safe from copy import deepcopy from django.utils.translation im 阅读全文
posted @ 2021-01-08 10:36 士为知己 阅读(169) 评论(0) 推荐(0)