写jango项目报错了这个
raise TypeError('view must be a callable or a list/tuple in the case of include().')
TypeError: view must be a callable or a list/tuple in the case of include().
我百思不得其解,百度了版本问题各种方法都试过,还是不行。最后才发现,我的是个奇葩问题
原来为了防止出现警告Method xxx may be 'static' 我百度后,在项目加了一个@staticmethod进去了,我把这个删除后问题就完美解决了!



