摘要: def get_commands(): """ Returns a dictionary mapping command names to their callback applications. This works by looking for a management.commands pac 阅读全文
posted @ 2020-06-20 18:08 Fmaj-7 阅读(208) 评论(0) 推荐(0)
摘要: def __setattr__(self, name, value): """ Set the value of setting. Clear all cached values if _wrapped changes (@override_settings does this) or clear 阅读全文
posted @ 2020-06-20 09:54 Fmaj-7 阅读(893) 评论(0) 推荐(0)