Django 질문

486 단어
ImproperlyConfigured: Module "django.contrib.auth.middleware"does not define a "SessionAuthenticationMiddleware"attribute/class
SessionAuthentication Middleware는django입니다.7 의 특징
방법1:
django1로 승급7
sudo pip install django

현재 버전 조회
python -c "import django; print(django.get_version())"

방법2:
settings에서.py에서 MIDDLEWARECLASSES에서 SessionAuthentication Middleware 주석 달기

좋은 웹페이지 즐겨찾기