Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typeidea/blog/views.py 第18行的super()的父类是哪个,class中好像没有传入 #70

Open
erbangzhu opened this issue Dec 26, 2023 · 0 comments

Comments

@erbangzhu
Copy link

typeidea/blog/views.py 第18行的super()的父类是哪个(super().get_context_data(**kwargs)),class CommonViewMixin 中好像没有传入父类

class CommonViewMixin:
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context.update({
'sidebars': self.get_sidebars(),
})
context.update(self.get_navs())
return context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant