当前位置:   article > 正文

Django Server启动出现SessionAuthenticationMiddleware问题解决方法

sessionauthenticationmiddleware

问题描述:

本机django1.7.1,服务器django1.6.4版本 + Apache + wsgi部署,出现500页面,检查Apache error.log发现:

  1. ImproperlyConfigured: Module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" attribute/class"

查阅资料SessionAuthenticationMiddleware是django1.7中的特性

方法一:

升级到django1.7

sudo pip install django

查询当前版本

python -c "import django; print(django.get_version())"

方法二:

在settings.py中MIDDLEWARE_CLASSES处注释掉SessionAuthenticationMiddleware

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/71738
推荐阅读
相关标签
  

闽ICP备14008679号