class SchoolIndexView(ListView): model = State def get_context_data(self, **kwargs): context = super(SchoolIndexView, self).get_context_data(**kwargs) ...
確定! 回上一頁