Django Book 翻译
菜单>:
TOC
返回
原文:
When using ``RequestContext`` , the current user (either a ``User`` instance or an ``AnonymousUser`` instance) is stored in the template variable ``{{ user }}`` :
翻译:
当使用 ``RequestContext`` 时, 当前用户 (是一个 ``User`` 实例或一个 ``AnonymousUser`` 实例) 存储在模板变量 ``{{ user }}`` 中:
备注:
译者: