07 2024 档案

摘要:在你需要的app下面创建signals.py文件该文件下写出你需要执行的函数或类 例如 from django.db import transaction from user import models from logger import log class CreatePermissions(o 阅读全文
posted @ 2024-07-22 13:47 小天狼鑫 阅读(16) 评论(0) 推荐(0)
摘要:import json from collections.abc import Iterable class ParseError(BaseException): def __init__(self, message): self.message = message class AttrDict(d 阅读全文
posted @ 2024-07-19 18:23 小天狼鑫 阅读(47) 评论(0) 推荐(0)