Django Book 翻译
菜单>:
TOC
返回
原文:
3. Make sure that ``'django.contrib.auth.middleware.AuthenticationMiddleware'`` is in your ``MIDDLEWARE_CLASSES`` setting*after* ``SessionMiddleware`` .
翻译:
3. 确认 ``SessionMiddleware`` 后面的 ``MIDDLEWARE_CLASSES`` 设置中包含 ``'django.contrib.auth.middleware.AuthenticationMiddleware'``
备注:
译者: