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 改爲
相關文章
相關標籤/搜索