Django Book 翻译
菜单>:
TOC
返回
原文:
If youve been following along, make sure that ``"django.contrib.sessions"`` , ``"django.contrib.auth"`` , and ``"django.contrib.contenttypes"`` are uncommented, since the admin application depends on them. Also uncomment all the lines in the ``MIDDLEWARE_CLASSES`` setting tuple and delete the ``TEMPLATE_CONTEXT_PROCESSOR`` setting to allow it to take the default values again.
翻译:
如果你是一直照步骤做下来的,请确认 ``"django.contrib.sessions"`` , ``"django.contrib.auth"`` , 和 ``"django.contrib.contenttypes"`` 前面的注释已去掉,因为管理程序需要它们。请同时去掉所有 ``MIDDLEWARE_CLASSES`` 设置行中的注释,并清除 ``TEMPLATE_CONTEXT_PROCESSOR`` 设置,以便它可以重新使用缺省值。
备注:
译者: