Django Book 翻译
菜单>:
TOC
返回
原文:
This setting indicates whether to append trailing slashes to URLs. This is used only if ``CommonMiddleware`` is installed (see Chapter 15). See also ``PREPEND_WWW`` .
翻译:
当此设置项为True的时候,系统会自动在URL的尾部加上一个反斜杠'/'。这个设置项仅仅在安装了``CommonMiddleware``的状态下使用(详见第15章)的``PREPEND_WWW``
备注:
译者: