摘要: class ContextMixin(object): def get_context_data(self, **kwargs): print('contextmixin') class FormMixin(ContextMixin): def get_context_data(self, **kw 阅读全文
posted @ 2020-09-25 18:03 Fmaj-7 阅读(167) 评论(0) 推荐(0)