TypeError: 'bool' object is not callable

方法一: 由于   is_authenticated是属性而不是方法html 将models中的三个     def is_authenticated(self):         return True     def is_active(self):         return True     def is_anonymous(self):         return False 改为
相关文章
相关标签/搜索